diff --git a/tunnels.conf.md b/tunnels.conf.md index b8d5ddc..aa4f3e8 100644 --- a/tunnels.conf.md +++ b/tunnels.conf.md @@ -54,7 +54,8 @@ 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. * gzip -- turns internal compression off if set to false. true by default. -* signaturetype -- means signature type for new keys. 0 - DSA, 1- ECDSA-P256, 7 -EDDSA. 1 by default. +* signaturetype -- means signature type for new keys. 0 - DSA, 1- ECDSA-P256, 7 -EDDSA. 1 by default. +* enableuniquelocal -- if true, connection to local address will look like 127.x.x.x where x.x.x is first 3 bytes of incoming connection peer's ident hash. true by default. Server/http tunnels -------------------