From 44db53f58bd164c7f7727b87781f0103675438b2 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 20 Mar 2020 21:19:34 +0100 Subject: [PATCH] Not dnsdist --- dnscrypt-proxy/example-dnscrypt-proxy.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnscrypt-proxy/example-dnscrypt-proxy.toml b/dnscrypt-proxy/example-dnscrypt-proxy.toml index 2d5d3322..8f4fee8d 100644 --- a/dnscrypt-proxy/example-dnscrypt-proxy.toml +++ b/dnscrypt-proxy/example-dnscrypt-proxy.toml @@ -626,7 +626,7 @@ cache_neg_max_ttl = 600 # truncate reponses larger than questions as expected by the DNSCrypt protocol. # This prevents large responses from being received, and breaks relaying. # A workaround for the first issue will be applied to servers in list below. -# Quad9 (actually dnsdist) appears to currently have a similar issue. +# Quad9 appears to currently have a similar issue. # Do not change that list until the bugs are fixed server-side. broken_query_padding = ['cisco', 'cisco-ipv6', 'cisco-familyshield', 'quad9-dnscrypt-ip4-filter-alt', 'quad9-dnscrypt-ip4-filter-pri', 'quad9-dnscrypt-ip4-nofilter-alt', 'quad9-dnscrypt-ip4-nofilter-pri', 'quad9-dnscrypt-ip6-filter-alt', 'quad9-dnscrypt-ip6-filter-pri', 'quad9-dnscrypt-ip6-nofilter-alt', 'quad9-dnscrypt-ip6-nofilter-pri']