From cdf5b9ce6b95893c74a3511717380075803bda6c Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 10 May 2018 10:46:11 +0200 Subject: [PATCH] IPv6 issues on macOS should be gone --- dnscrypt-proxy/example-dnscrypt-proxy.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dnscrypt-proxy/example-dnscrypt-proxy.toml b/dnscrypt-proxy/example-dnscrypt-proxy.toml index 7afcc1c6..8496b38c 100644 --- a/dnscrypt-proxy/example-dnscrypt-proxy.toml +++ b/dnscrypt-proxy/example-dnscrypt-proxy.toml @@ -182,10 +182,9 @@ log_files_max_backups = 1 ## Immediately respond to IPv6-related queries with an empty response ## This makes things faster when there is no IPv6 connectivity, but can -## also cause reliability issues with some stub resolvers. In -## particular, enabling this on macOS is not recommended. Also do not -## enable if you added a validating resolver such as dnsmasq in front of -## the proxy. +## also cause reliability issues with some stub resolvers. +## Do not enable if you added a validating resolver such as dnsmasq in front +## of the proxy. block_ipv6 = false