From 5f50d046fd30951f5946e6c32cafd96a1b07854c Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 8 May 2023 10:11:37 +0200 Subject: [PATCH] dnscrypt-proxy: listen address is automatic on IPv6 so the daemon trips over itself See: https://github.com/DNSCrypt/dnscrypt-proxy/issues/1217 --- source/manual/how-tos/dnscrypt-proxy.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/manual/how-tos/dnscrypt-proxy.rst b/source/manual/how-tos/dnscrypt-proxy.rst index 647c2867..fd2c2da7 100644 --- a/source/manual/how-tos/dnscrypt-proxy.rst +++ b/source/manual/how-tos/dnscrypt-proxy.rst @@ -91,8 +91,7 @@ or the usage of DNSBL. To do so go to **Services->Unbound DNS->General** and uncheck *Enable*. If you are using Dnsmasq go to **Services->Dnsmasq DNS->Settings** and uncheck *Enable*. Now change to **Services->DNSCrypt-Proxy->Configuration** -and add the *Listen Address* 0.0.0.0:53 as well as [::]:53 for the service to be considered as -standalone by the core system. +and add the *Listen Address* 0.0.0.0:53 for the service to be considered as standalone by the core system. Now you can go on with your configuration task, like choosing which servers to use, privacy policy or caching. Also cloaking (overrides) or DNSBL can be used without any workarounds.