mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-01-22 12:34:17 +00:00
templates/index.html: add info how to add a jump service into i2ptunnel
Since I2P 0.8.3 user can add a custom jump-services.
This commit is contained in:
parent
f53aa53a6b
commit
fe5e6ccc80
@ -32,7 +32,10 @@
|
|||||||
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>
|
I2P since 0.8.3 gives possibility to add a custom jump-servers. Go to the i2ptunnel
|
||||||
|
<a href="http://localhost:7657/i2ptunnel/edit?tunnel=0">eeproxy configuration page
|
||||||
|
</a> and add <em>http://{{ domain }}{% url pyi2phosts.jump.views.index %}</em> to "Jump URL List" section.
|
||||||
|
</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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user