mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Updated tunnels.cfg (markdown)
@@ -13,4 +13,14 @@ Example of client tunnel:
|
|||||||
`keys=irc.dat `
|
`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.
|
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.
|
||||||
|
|
||||||
|
Example of server tunnel:
|
||||||
|
`[server]`
|
||||||
|
`name=WWW`
|
||||||
|
`host=127.0.0.1`
|
||||||
|
`port=80`
|
||||||
|
`keys=eepsite.dat`
|
||||||
|
|
||||||
|
Keys must be presented, LeaseSet of address from keys file will be published.
|
||||||
Reference in New Issue
Block a user