diff --git a/tunnels.cfg.md b/tunnels.cfg.md new file mode 100644 index 0000000..020e3a1 --- /dev/null +++ b/tunnels.cfg.md @@ -0,0 +1,13 @@ +tunnels.cfg is designed to support multiple I2P tunnels. +Must be located in ~/.i2pd + +Consists of multiple [client] and [server] sections. +Each [client] specifies I2P client tunnel and each [server] specifies I2P server tunnel. + +Example of client tunnel + +[client] +name=IRC +port=6668 +destination=irc.echelon.i2p +keys=irc.dat \ No newline at end of file