We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cert_ignore_timestamp
1 parent 5fa2a5f commit d6025c1Copy full SHA for d6025c1
1 file changed
config/dnscrypt-proxy.toml
@@ -188,6 +188,13 @@ blocked_query_response = 'refused'
188
cert_refresh_delay = 240
189
190
191
+## Initially don't check DNSCrypt server certificates for expiration, and
192
+## only start checking them after a first successful connection to a resolver.
193
+## This can be useful on routers with no battery-backed clock.
194
+
195
+# cert_ignore_timestamp = false
196
197
198
## DNSCrypt: Create a new, unique key for every single DNS query
199
## This may improve privacy but can also have a significant impact on CPU usage
200
## Only enable if you don't have a lot of network load
0 commit comments