fix http tut

revert-104-patch-6
Darknet Villain 2017-01-30 09:48:27 -05:00
parent d262a275a9
commit e260529f39
1 changed files with 7 additions and 7 deletions

View File

@ -23,18 +23,18 @@ If you wish to run your own website in Invisible Internet, follow those steps:
2) Configure i2pd to create HTTP server tunnel. Put in your ~/.i2pd/tunnels.conf file: 2) Configure i2pd to create HTTP server tunnel. Put in your ~/.i2pd/tunnels.conf file:
[anon-website] [anon-website]
type = http type = http
host = 127.0.0.1 host = 127.0.0.1
port = 8080 port = 8080
keys = anon-website.dat keys = anon-website.dat
3) Restart i2pd. 3) Restart i2pd.
4) Find b32 destination of your website. 4) Find b32 destination of your website.
Go to webconsole -> [I2P tunnels page](http://127.0.0.1:7070/?page=i2p_tunnels). Look for Sever tunnels and you will see address like \<long random string\>.b32.i2p next to anon-website. Go to webconsole -> [I2P tunnels page](http://127.0.0.1:7070/?page=i2p_tunnels). Look for Sever tunnels and you will see address like \<long random string\>.b32.i2p next to anon-website.
Website is now available in Invisible Internet by visiting this address. Website is now available in Invisible Internet by visiting this address.
5) (Optional) Register short and rememberable .i2p domain on [inr.i2p](http://inr.i2p). 5) (Optional) Register short and rememberable .i2p domain on [inr.i2p](http://inr.i2p).