Skip to content

Commit 2180b7a

Browse files
authored
Changed boostrap server and disabled cache
Testing speed after disabling cache
1 parent 278e7c7 commit 2180b7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/dnscrypt-proxy.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ cert_refresh_delay = 240
110110
## It will not be used if the configured system DNS works.
111111
## A resolver supporting DNSSEC is recommended. This may become mandatory.
112112

113-
bootstrap_resolvers = ['9.9.9.11:53', '1.1.1.1:53']
113+
bootstrap_resolvers = ['9.9.9.9:53', '1.1.1.1:53']
114114

115115

116116
## Never try to use the system DNS settings; unconditionally use the
@@ -202,7 +202,7 @@ block_ipv6 = true
202202

203203
## Enable a DNS cache to reduce latency and outgoing traffic
204204

205-
cache = true
205+
cache = false
206206

207207

208208
## Cache size

0 commit comments

Comments
 (0)