NekoBoxForAndroid icon indicating copy to clipboard operation
NekoBoxForAndroid copied to clipboard

建议使用IP地址的DoH而不是域名地址

Open CodingMoeButa opened this issue 9 months ago • 1 comments

描述建议

将默认远程DNS设置为https://1.1.1.1/dns-query而不是用域名写的https://dns.google/dns-query

建议的必要性

客户端本地DNS可能污染dns.google这样的域名。

CodingMoeButa avatar May 12 '24 09:05 CodingMoeButa

只有cloudflare的doh服务器有ip证书,其他都是域名证书。你可以修改hosts把dns.google指向google的dns服务器ip(ipv4 8.8.8.8 ; ipv6 2001:4860:4860::8844)

fsxitutu avatar Jun 05 '24 03:06 fsxitutu