我目前的方案:
根 DNS 服务器:
SmartDNS ,开启乐观缓存
国外回源:tls:8.8.8.8 tls:1.1.1.1
国内回源:tls:233.5.5.5 tls:223.6.6.6 (阿里云 DNS)
回源名单用的这个项目:dnsmasq-china-list
二级 DNS 服务器:
AdGuard
回源:SmartDNS
客户端设备:
DHCP 下发 AdGuard DNS 地址
问题:偶尔还是会受到污染,但是找不到问题在哪。
|      1PMkol      2023-11-27 11:23:27 +08:00 | 
|      2lxcopenwrt      2023-11-27 14:41:03 +08:00 应该是 8.8.8.8 和 1.1.1.1 的 853 端口被间歇性阻断导致降级为本地查询得到污染结果 | 
|      3taikobo      2023-11-27 15:17:02 +08:00 以前遇到的情况供参考 有些设备会写死 114 或者阿里的 udp dns ,这种情况下要靠路由器做劫持才行 还有用国产特色 httpdns 的,这个一般不是系统级,是应用级的 | 
|  |      4K8dcnPEZ6V8b8Z6      2023-11-28 16:32:52 +08:00 https://github.com/hezhijie0327/GFWList2AGH/tree/main/gfwlist2adguardhome  配合 adguard home 使用 | 
|  |      5mohumohu      2023-11-29 01:31:22 +08:00 https://github.com/kkkgo/PaoPaoDNS 就简单跑个 docker | 
|      8jackOff      2024-04-27 19:13:59 +08:00 我自己做软路由 dns 分流的,有兴趣可以探讨一下 |