Some plain old DNS resolvers may only support UDP #1818
lessload
started this conversation in
Potential issues
Replies: 1 comment 3 replies
-
When While not impossible, it would be very surprising that your router (I assume the upstream you are forwarding to is your router) doesn't support DNS queries over TCP. This completely prevents some names from being resolved properly. Since you are referring to a firewall, check that it doesn't have a rule that only allows outgoing connections for port 53 over UDP. TCP should be allowed as well. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is affected by this bug?
dnscrypt-proxy 2.0.45 when config
force_tcp = true
When does this occur?
All config in Forwarding rules will fail (because dns server not support TCP port 53 ?)
as i saw in firewall dnscrypt-proxy try send TCP 53 to dns server but fail.
Expected behavior (i.e. solution)
dnscrypt-proxy should have
force_tcp = true
two config setting, One for dnscrypt connection, Two for forwarding rule to use normal UDP port 53.Beta Was this translation helpful? Give feedback.
All reactions