From 2f0158aecfd6ecfc3ab23e7b21b1a712bae9f7d6 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 16 Mar 2015 13:52:00 -0500 Subject: [PATCH] Updated tunnels.cfg (markdown) --- tunnels.cfg.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tunnels.cfg.md b/tunnels.cfg.md index 66be6a7..86d1fe2 100644 --- a/tunnels.cfg.md +++ b/tunnels.cfg.md @@ -14,10 +14,6 @@ Example of client tunnel: `port=6668` `destination=irc.echelon.i2p` `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 file is not found, new keys will be created and store into specified file. @@ -31,4 +27,8 @@ Example of server tunnel: `keys=eepsite.dat` Keys must be presented, LeaseSet of address from keys file will be published. -Server tunnel must use it's own local destination. \ No newline at end of file +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. \ No newline at end of file