Strange queries from dnscrypt-proxy.exe. #2201
-
Hello friends. Every night at 4:18 there are four queries from dnscrypt-proxy.exe to 53 port of 9.9.9.9 cloudflare server. Two of them use TCP and the other two of them use UDP protocols. The strange thing is that:
[2022-09-18 04:18:21] [NOTICE] System DNS configuration not usable yet, exceptionally resolving [download.dnscrypt.info] using bootstrap resolvers over tcp
The questions: A. Why does dnscrypt-proxy.exe query DNS resolver at 53 port every 24 hours? If it tries to update relays and resolvers list, why does it NOT use available dnscrypt resolvers? And why does it happen every 24 hours while refresh_delay for resolvers and relays are set to 72 hours? B. Why does dnscrypt-proxy.exe try to resolve something by using 9.9.9.9 resolver while this resolver is not mentioned anywhere in the system and dncrypt-proxy configuration? Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
If you don't have a usable system DNS, some DNS resolver is still required to resolve the names of the list sources, as well as resolve DoH server names. So, bootstrap resolvers are used in that case. If you don't configure any, the defaults are used, which are |
Beta Was this translation helpful? Give feedback.
-
This looks like the typical forced reconnect some ISPs do once a day. |
Beta Was this translation helpful? Give feedback.
-
I think it is over concerned:
When you ignored system DNS and removed all bootstrap_resolvers, it could cause problem to the situation in item 3. So, embedded default bootstrap resolvers are necessary. I totally understand your concern about querying to those non-encrypted DNS. #2204 is try to do some improvements. |
Beta Was this translation helpful? Give feedback.
I think it is over concerned:
dnscrypt-proxy
received are forwarded to them at all.When you ignored system DNS and removed all bootstrap_resolvers, it could cause problem to th…