Chen Wang

Results 11 comments of Chen Wang

``` "dns": { "hosts":{ "services.googleapis.cn":"142.250.204.138" }, "servers": [ "8.8.8.8", "localhost" ] }, // 3*分流设置 "routing": { "domainStrategy": "IPIfNonMatch", "rules": [ // 3.1 防止服务器本地流转问题:如内网被攻击或滥用、错误的本地回环等 { "type": "field", "ip": [ "geoip:private" //...

> 想要使用内置DNS需要把DNS请求拦截到`DNS出站协议`。如果不拦截,那么仅在路由过程中使用。 另外 > > ``` > // 3.2 屏蔽广告 > { > "type": "field", > "domain": [ > "geosite:cn", --> services.goolgeapis.cn包含在这个规则里面,直接拦截了 > "geosite:category-ads-all" // 分流条件:geosite 文件内,名为"category-ads-all"的规则(各种广告域名) > ], >...

我的clash meta for android也短,同样的配置,clash verge 电脑上就不断

> [@yangtfu](https://github.com/yangtfu) I just disabled autoconfiguration and wrote the configuration from scratch with new syntax. Everything works with sing-box 1.12.0-beta.4 How to disable autoconfiguration?

Thank you! But in that case it would not be possible to configure the firewall to enable continental traffic to bypass the kernel

Even if I don't check 2-8? ![Image](https://github.com/user-attachments/assets/7a2d5891-a65c-4a9d-ab84-22e192e7f9dc)

But after I set 6-6-9, there is no option for 2-8. Is it still effective after your test?

Thanks for the information, mine is iftables, I'll test it tomorrow

> Yes, it still works even if not exist in menu :) > You can check by command iptables -vnL -t nat | grep cn_ip I just tested it, it...