We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13b484 commit c883949Copy full SHA for c883949
1 file changed
dnscrypt-proxy/example-dnscrypt-proxy.toml
@@ -188,6 +188,13 @@ keepalive = 30
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