From a2ea0cd078c78165eb5a67b4847fbd1eb5c8c1f5 Mon Sep 17 00:00:00 2001 From: HardenedSteel Date: Sat, 4 May 2024 23:46:30 +0300 Subject: [PATCH] update "Anonymous websites" tutorial * Fixed a typo: Sever => Server * Replaced inr.i2p with reg.i2p * Added information about SIGHUP --- docs/tutorials/http.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/http.md b/docs/tutorials/http.md index dec9cf5..f415651 100644 --- a/docs/tutorials/http.md +++ b/docs/tutorials/http.md @@ -29,12 +29,12 @@ If you wish to run your own website in Invisible Internet, follow those steps: port = 8080 keys = anon-website.dat -3) Restart i2pd. +3) Restart i2pd or send SIGHUP signal. 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 \.b32.i2p next to anon-website. + Go to webconsole -> [I2P tunnels page](http://127.0.0.1:7070/?page=i2p_tunnels). Look for Server tunnels and you will see address like \.b32.i2p next to anon-website. Website is now available in Invisible Internet by visiting this address. -5) (Optional) Register short and memorable .i2p domain on [inr.i2p](http://inr.i2p). +5) (Optional) Register short and memorable .i2p domain on [reg.i2p](http://reg.i2p).