Takes a lot of time to start and fails to load list of public resolvers #2320
sryze
started this conversation in
Potential issues
Replies: 1 comment 9 replies
-
At starting up, there will be a gap that is out of service until "valid" source files are loaded successfully, especially when the network is bad. The duration depends on the downloading progress. Definition for "valid":
Shows there is none cached dnscrypt-proxy/dnscrypt-proxy/config.go Lines 896 to 902 in acc25fc You'd better use the latest release, if possible. |
Beta Was this translation helpful? Give feedback.
9 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using dnscrypt-proxy 2.1.1 on a router. Recently I began experiencing issues with DNS and upon digging I found that dnscrypt-proxy is to blame (I think).
When I run dnscrypt-proxy manually with my config file, I get an error:
It takes like a minute to load all the
public-resolvers.md
files.Question: is this by design or it's a bug? Also why is it not using the cached versions of public-resolvers.md while it's downloading the new ones? I noticed that when I run
nslookup google.com 127.0.0.1
(dnscrypt-proxy is running locally) it just times out.My config (changed .toml to .txt because GitHub won't let me upload otherwise):
dnscrypt-proxy.toml.txt
Beta Was this translation helpful? Give feedback.
All reactions