|
|
@ -8,18 +8,25 @@ |
|
|
|
I2P naming works in the <a href=http://www.i2p2.i2p/naming.html>official |
|
|
|
I2P naming works in the <a href=http://www.i2p2.i2p/naming.html>official |
|
|
|
docs</a>. |
|
|
|
docs</a>. |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
|
|
|
|
<p>To find out how we're registering and publishing hosts, look at |
|
|
|
|
|
|
|
<a href={% url faq %}>FAQ</a> page. |
|
|
|
|
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
|
|
<h2>Addressbook service</h2> |
|
|
|
<h2>Addressbook service</h2> |
|
|
|
|
|
|
|
<p> |
|
|
|
To start getting new hostnames from {{ title }}, add this |
|
|
|
To start getting new hostnames from {{ title }}, add this |
|
|
|
<a href=/export/alive-hosts.txt>subscription link</a> into your <a |
|
|
|
<a href=/export/alive-hosts.txt>subscription link</a> into your <a |
|
|
|
href=http://localhost:7657/susidns/subscriptions.jsp>router's |
|
|
|
href=http://localhost:7657/susidns/subscriptions.jsp>router's |
|
|
|
addressbook</a>. |
|
|
|
addressbook</a>. |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
|
|
<h2>Jump service</h2><p> |
|
|
|
<h2>Jump service</h2><p> |
|
|
|
{{ title }} also provides a jump service. For accessing hosts through it, |
|
|
|
{{ title }} also provides a jump service. For accessing hosts through it, |
|
|
|
use urls like |
|
|
|
use urls like |
|
|
|
<a href="{% url pyi2phosts.jump.views.jumper 'example.i2p' %}"> |
|
|
|
<a href="{% url pyi2phosts.jump.views.jumper 'example.i2p' %}"> |
|
|
|
http://{{ domain }}{% url pyi2phosts.jump.views.jumper "example.i2p" %}</a>. |
|
|
|
http://{{ domain }}{% url pyi2phosts.jump.views.jumper "example.i2p" %}</a>. |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
|
|
|
|
|
|
|
|
<h2>Registration service</h2> |
|
|
|
<h2>Registration service</h2> |
|
|
|
<p>If you are running an eepsite or another service and want a human-readable domain name |
|
|
|
<p>If you are running an eepsite or another service and want a human-readable domain name |
|
|
|
for them, consider <a href={% url pyi2phosts.postkey.views.addkey %}>registering it</a>. |
|
|
|
for them, consider <a href={% url pyi2phosts.postkey.views.addkey %}>registering it</a>. |
|
|
|