Built-in DNS Server only works for A and AAAA records, other types result in timeout #4048
-
Hello everyone! I'm trying to setup Built-in DNS Server and everything is working perfectly except for non-A type requests. I know that only A and AAAA types are supported but as per documentation "Other queries will not enter the built-in DNS server" and I assumed that they should be proxied directly, however it doesn't seem to be the case. If I remove dns section from config and simply proxy port 53 then everything is working as expected, no timeouts whatsoever. Can something be done to avoid timeouts but still use Built-in DNS Server? I need it in order to use fakedns. Config and logs are attached, however logs don't seem to contain any errors related to such requests. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
https://xtls.github.io/en/config/outbounds/dns.html "nonIPQuery": "skip"
|
Beta Was this translation helpful? Give feedback.
https://xtls.github.io/en/config/outbounds/dns.html
"nonIPQuery": "skip"