From a971170b4a1d636a22a0b9de07a069520d4e8d39 Mon Sep 17 00:00:00 2001 From: quindecim Date: Mon, 25 Nov 2019 03:39:53 -0500 Subject: [PATCH] Synced with the main template https://github.com/DNSCrypt/dnscrypt-proxy/commit/bc22f94eebf4e7209b78efa964a6d7f7cf74a8b3 --- config/example-dnscrypt-proxy.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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