Updated tunnels.cfg (markdown)

orignal
2015-11-30 10:50:04 -05:00
parent 8925e52565
commit 2bdcc4e146

@@ -12,13 +12,16 @@ Example of client tunnel:
`[IRC]`
`type=client`
`address=0.0.0.0`
`port=6668`
`destination=irc.echelon.i2p`
`keys=irc.dat `
If keys is empty, transient keys will be created on every restart.
If 'keys' is empty, transient keys will be created on every restart.
If keys file is not found, new keys will be created and store into specified file.
Client tunnels might share same local destination, if keys file contains same identity.
'adddress' means local interface tunnel binds to, '127.0.0.1' for connections from local host only,
'0.0.0.0' for connections from everywhere.
Example of server tunnel:
`[smtp]`