diff --git a/config/example-dnscrypt-proxy.toml b/config/example-dnscrypt-proxy.toml index 704755b..21313e0 100644 --- a/config/example-dnscrypt-proxy.toml +++ b/config/example-dnscrypt-proxy.toml @@ -31,8 +31,10 @@ ## List of local addresses and ports to listen to. Can be IPv4 and/or IPv6. +## Example with both IPv4 and IPv6: +## listen_addresses = ['127.0.0.1:53', '[::1]:53'] -listen_addresses = ['127.0.0.1:53', '[::1]:53'] +listen_addresses = ['127.0.0.1:53'] ## Maximum number of simultaneous client connections to accept