diff --git a/tunnels.cfg.md b/tunnels.cfg.md index 771f516..3fa67fc 100644 --- a/tunnels.cfg.md +++ b/tunnels.cfg.md @@ -1,17 +1,14 @@ -tunnels.cfg is designed to support multiple I2P tunnels. -Must be located in ~/.i2pd +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. +Consists of multiple [client] and [server] sections. +Each [client] specifies I2P client tunnel and each [server] specifies I2P server tunnel. -Example of client tunnel +Example of client tunnel: -`[client]` - -`name=IRC` - -`port=6668` - -`destination=irc.echelon.i2p` - -`keys=irc.dat ` \ No newline at end of file + `[client]` + `name=IRC` + `port=6668` + `destination=irc.echelon.i2p` + `keys=irc.dat ` + \ No newline at end of file