mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Updated tunnels.cfg (markdown)
@@ -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]`
|
||||
|
||||
Reference in New Issue
Block a user