mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Updated tunnels.cfg (markdown)
@@ -15,10 +15,6 @@ Example of client tunnel:
|
|||||||
`destination=irc.echelon.i2p`
|
`destination=irc.echelon.i2p`
|
||||||
`keys=irc.dat `
|
`keys=irc.dat `
|
||||||
|
|
||||||
Optional parameters:
|
|
||||||
inport - what port at local destination server tunnel listens to. Same as 'port' by default.
|
|
||||||
accesslist - list of comma-separated of b32 address (without .b32.i2p) allowed to connect. Everybody is allowed by default.
|
|
||||||
|
|
||||||
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.
|
Client tunnels might share same local destination, if keys file contains same identity.
|
||||||
@@ -32,3 +28,7 @@ Example of server tunnel:
|
|||||||
|
|
||||||
Keys must be presented, LeaseSet of address from keys file will be published.
|
Keys must be presented, LeaseSet of address from keys file will be published.
|
||||||
Server tunnel must use it's own local destination.
|
Server tunnel must use it's own local destination.
|
||||||
|
|
||||||
|
Optional parameters:
|
||||||
|
inport - what port at local destination server tunnel listens to. Same as 'port' by default.
|
||||||
|
accesslist - list of comma-separated of b32 address (without .b32.i2p) allowed to connect. Everybody is allowed by default.
|
||||||
Reference in New Issue
Block a user