diff options
author | Pratyush Desai | 2021-07-23 16:08:33 +0200 |
---|---|---|
committer | Pratyush Desai | 2021-07-23 16:08:33 +0200 |
commit | e635fba0617f4cfaa02192b0b832585fe150a144 (patch) | |
tree | 0a636fc02b3ad5e3c0d611ee6899950ac02cf519 /i2p.html | |
parent | 08b2804bcb6a525d66ac0a43d4160283c46ddb44 (diff) | |
parent | ac9cfb49fde18ab87c482b07af59d53cc5a2bfc2 (diff) | |
download | website-e635fba0617f4cfaa02192b0b832585fe150a144.tar.gz website-e635fba0617f4cfaa02192b0b832585fe150a144.tar.bz2 website-e635fba0617f4cfaa02192b0b832585fe150a144.zip |
Merge branch 'master' into xmppxmpp
Diffstat (limited to 'i2p.html')
-rw-r--r-- | i2p.html | 46 |
1 files changed, 30 insertions, 16 deletions
@@ -14,27 +14,41 @@ ┌─┐ ┬─┐ ┐─┐ ┬─┐ │ │─┤ └─┐ │─┤ └─┘ ┘ │ ──┘ ┘ │ - - - +</pre> <h3>i2pd</h3> - <h5>Installation</h5> - +<pre> +Whilst connections with the regular I2P client are possible as well, we currently only provide instructions for I2Pd. +Instructions for installing a distrubtion package for I2Pd or for compiling it from source can be found in its official documentation: <a href="https://i2pd.readthedocs.io/en/latest/user-guide/install/"> Distribution Packages and Building from Source </a> Distribution Packages should ideally create a "role user and a group" as well as provide an `i2pd.service` unit file to use with systemd where available. - -<h5>Configuration</h5> - -navigate to <strong>i2pd/tunnels.conf/</strong> - -Once thene t - - - - +If you built the application from source, you might need to create these manually. + +<h5>Configuration for LibertaCasa IRC</h5> +After installing I2Pd, edit or create the file <strong>/etc/i2pd/tunnels.conf</strong>. +You might need to do this as root (i.e. <code>sudo nano /etc/i2pd/tunnels.conf</code>). +Add the following section to the top of the file: + <code> + [IRC-LibertaCasa] + type = client + address = 127.0.0.3 + port = 6648 + destination = fzsgc66e52ve5phrcktrekqtko423ihau42u72v4cfg6bg4osuda.b32.i2p + destinationport = 6667 + </code> +Start and enable the I2Pd service: + <code> + sudo systemctl enable --now i2pd.service + </code> +You should now be able to connect your IRC client with the following settings: + <code> + IP address / Hostname: 127.0.0.3 + Port: 6648 + SSL/TLS: Off/Disabled + </code> +Nickname, Username and SASL password are the regular details you would use for connecting to LibertaCasa. </pre> </body> -</html>
\ No newline at end of file +</html> |