We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278e7c7 commit 2180b7aCopy full SHA for 2180b7a
1 file changed
config/dnscrypt-proxy.toml
@@ -110,7 +110,7 @@ cert_refresh_delay = 240
110
## It will not be used if the configured system DNS works.
111
## A resolver supporting DNSSEC is recommended. This may become mandatory.
112
113
-bootstrap_resolvers = ['9.9.9.11:53', '1.1.1.1:53']
+bootstrap_resolvers = ['9.9.9.9:53', '1.1.1.1:53']
114
115
116
## Never try to use the system DNS settings; unconditionally use the
@@ -202,7 +202,7 @@ block_ipv6 = true
202
203
## Enable a DNS cache to reduce latency and outgoing traffic
204
205
-cache = true
+cache = false
206
207
208
## Cache size
0 commit comments