From caf26845c8570f6647498c9dab5eb3e2c8bdac11 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Fri, 2 Jul 2021 00:01:25 +0200 Subject: Fixed formatting and added another way to get the i2p hostname --- i2p.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'i2p.html') diff --git a/i2p.html b/i2p.html index 01afb17..13c5e9c 100644 --- a/i2p.html +++ b/i2p.html @@ -48,10 +48,13 @@ cd ~/.i2pd type = http host = 127.0.0.1 port = 8080 -keys = landchat.dat +keys = landchad.dat

Then, run i2pd --daemon to start i2pd. Then use lynx or any browser - to go to http://127.0.0.1:7070/?page=i2p_tunnels to get your I2P hostname + to go to http://127.0.0.1:7070/?page=i2p_tunnels to get your I2P hostname. You + can also run these commands to find your hostname: +

cd ~/.i2pd/
+printf "%s.b32.i2p\n" $(head -c 391 landchad.dat |sha256sum|xxd -r -p | base32 |sed s/=//g | tr A-Z a-z)

Adding the Nginx Config

-- cgit v1.2.3