diff options
| author | qorg11 <qorg@vxempire.xyz> | 2021-07-02 00:01:25 +0200 |
|---|---|---|
| committer | qorg11 <qorg@vxempire.xyz> | 2021-07-02 00:03:06 +0200 |
| commit | caf26845c8570f6647498c9dab5eb3e2c8bdac11 (patch) | |
| tree | de1c809f7e98041686cb23fa0c88ce92e1b089dd | |
| parent | bc64a133b84e6ebfba87593a73c55c44fbd85bb0 (diff) | |
Fixed formatting and added another way to get the i2p hostname
| -rw-r--r-- | i2p.html | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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> |
