1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-08-31 08:02:10 +00:00

enableuniquelocal false by default for ipv6

This commit is contained in:
orignal 2025-08-27 18:40:28 -04:00 committed by GitHub
parent f475f8ad04
commit 6759e13771
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.