From 6759e137712b7c78dbf6dfbf864227fadb346db1 Mon Sep 17 00:00:00 2001 From: orignal Date: Wed, 27 Aug 2025 18:40:28 -0400 Subject: [PATCH] enableuniquelocal false by default for ipv6 --- docs/user-guide/tunnels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/tunnels.md b/docs/user-guide/tunnels.md index 4e99825..61e57d7 100644 --- a/docs/user-guide/tunnels.md +++ b/docs/user-guide/tunnels.md @@ -146,7 +146,7 @@ accesslist | List of comma-separated of b32 address (without .b32.i2p) gzip | Turns internal compression off if set to false. (default: false) signaturetype | Signature type for new keys. (default: 7) cryptotype | Crypto type for new keys. Experimental. Should be always 0 -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. (default: true) +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. (default: true for ipv4 and false for ipv6) address | IP address of an interface tunnel is connected to *host* from. Usually not used keys | Keys for destination. When same for several tunnels, will be using same destination for every tunnel.