Improve Code Formatting (both inline and block)

Tristano Ajmone
2021-01-08 18:04:21 +01:00
parent d51154db6c
commit 0ec4c08333

@@ -1,12 +1,14 @@
Retroshare is I2P capable.
Their [configuration instructions](https://retroshare.readthedocs.io/en/latest/tutorial/i2p-hidden-rs-node/) for Java I2P.
In order to do it for i2pd, you must create a new server tunnels in tunnels.conf like this
In order to do it for i2pd, you must create a new server tunnels in `tunnels.conf` like this
```ini
[Retroshare]
type=server
host=127.0.0.1
port="port you wish to use"
keys=retroshare.dat
```
You can specify [more options](https://github.com/PurpleI2P/i2pd/wiki/tunnels.conf)
Also keep SOCKS proxy enabled. It's enabled by default.