summaryrefslogtreecommitdiff
path: root/i2p.html
diff options
context:
space:
mode:
authorqorg11 <qorg@vxempire.xyz>2021-07-02 00:01:25 +0200
committerqorg11 <qorg@vxempire.xyz>2021-07-02 00:03:06 +0200
commitcaf26845c8570f6647498c9dab5eb3e2c8bdac11 (patch)
treede1c809f7e98041686cb23fa0c88ce92e1b089dd /i2p.html
parentbc64a133b84e6ebfba87593a73c55c44fbd85bb0 (diff)
Fixed formatting and added another way to get the i2p hostname
Diffstat (limited to 'i2p.html')
-rw-r--r--i2p.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/i2p.html b/i2p.html
index 01afb17..13c5e9c 100644
--- a/i2p.html
+++ b/i2p.html
@@ -48,10 +48,13 @@ cd ~/.i2pd</code></pre>
type = http
host = 127.0.0.1
port = 8080
-keys = landchat.dat</pre></code>
+keys = <strong>landchad.dat</strong></pre></code>
<p>
Then, run <code>i2pd --daemon</code> 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:
+ <pre><code>cd ~/.i2pd/
+printf "%s.b32.i2p\n" $(head -c 391 <strong>landchad.dat</strong> |sha256sum|xxd -r -p | base32 |sed s/=//g | tr A-Z a-z)</code></pre>
</p>
<h2>Adding the Nginx Config</h2>