Bootstrap resolvers used for updating source lists every 24h #1844
taam
started this conversation in
Potential issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Setup:
fallback_resolvers
, but it was only renamed?)server_names
is set to a DNSCrypt server from the listfallback_resolvers
is set to a local resolverignore_system_dns = true
cache = false
(caching is done at another stage)Every 24h the local resolver gets a query for
raw.githubusercontent.com
, exactly when this happens:According to its own query log, dnscrypt-proxy does not try to resolve this name using the DNSCrypt server, but the server is working, a lot of queries are resolved. Documentation says:
That sounds to me that dnscrypt-proxy should use the fallback/bootstrap resolver(s) only once when the process is starting and loading the list the first time. Am I missing something? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions