《关于启用路由器代理后,第三方DNS插件访问53端口的UDP查询受阻这档子事》[doge] #500
Closed
xiandu999-yu
started this conversation in
General
Replies: 2 comments 4 replies
-
|
我感觉...就clash这么强大的dns模块.都能给rule-set指定dns这么细的功能了.用好这个功能.比第三方dns插件强大多了. 举个例子: dns:
enable: true
listen: :1053
ipv6: false
prefer-h3: false
enhanced-mode: fake-ip
fake-ip-range: 198.18.0.1/16
respect-rules: true
use-hosts: true
use-system-hosts: true
fake-ip-filter:
- "*"
- "+.lan"
- "+.local"
- "+.market.xiaomi.com"
nameserver:
- https://1.12.12.12/dns-query
- https://120.53.53.53/dns-query
- https://223.5.5.5/dns-query
- https://223.6.6.6/dns-query
fallback:
- https://8.8.8.8/dns-query
proxy-server-nameserver:
- https://1.12.12.12/dns-query
- https://223.5.5.5/dns-query
nameserver-policy:
rule-set:private-domain,cn-domain,microsoft-domain-cn,google-domain-cn,apple-domain-cn,cloudflare-domain-cn,steam-domain-cn,game-domain-cn,ntp-domain-cn,geolocation-cn:
- https://120.53.53.53/dns-query
- https://223.6.6.6/dns-query
rule-set:microsoft-domain,github-domain,openai-domain,youtube-domain,cloudflare-domain,steam-domain,twitter-domain,telegram-domain,twitch-domain,netflix-domain,nexon-domain,geolocation-!cn:
- https://8.8.8.8/dns-query#h3=true
- https://1.1.1.1/dns-query#h3=true
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
被劫持了啊,预期行为。 试试绕过资源控制组。 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Uh oh!
There was an error while loading. Please reload this page.
-
起因是smartdns更新的ui


跑了裸核mihomo的DNS模块
最后把DNS劫持关了就正常了....
Beta Was this translation helpful? Give feedback.
All reactions