The panel DNS preset menu supports plain DNS, DoH, and DoQ server entries accepted by Xray's built-in DNS config. These notes follow Xray's DNS server address forms documented in https://xtls.github.io/en/config/dns.html.
https://.../dns-query and goes through Xray routing.quic+local://... in Xray. Local mode bypasses Xray routing and connects directly through Freedom, which avoids DNS routing loops but can reveal resolver traffic from the server IP.Leak-prone settings:
localhost uses the host resolver and is outside Xray control.tcp+local://, https+local://, and quic+local:// bypass Xray routing by design.hosts.disableFallback: false or enableParallelQuery: true can query fallback servers and reveal domains to more than one provider.clientIp sends EDNS Client Subnet data upstream.For privacy-sensitive setups, prefer DoH through routed outbounds, add hosts pins for resolver hostnames, set disableFallback or skipFallback where fallback is not wanted, and keep clientIp empty.