MatsuriDayo / nekoray

Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box)
https://matsuridayo.github.io/
GNU General Public License v3.0
11.18k stars 1.1k forks source link

BUG: 通过process_name设置让微信走代理不生效(附路由规则) #1309

Open Creling opened 3 weeks ago

Creling commented 3 weeks ago

描述问题

预期行为:希望微信可以走代理。

实际行为:微信没有走代理。

如何复现

下面是我的路由规则:

{
    "block_domain": "geosite:category-ads-all\ndomain:appcenter.ms\ndomain:firebase.io\ndomain:crashlytics.com\n",
    "custom": "{\"route\":{\"rules\":[{\"process_name\":[\"WeChat.exe\",\"WeChat\"]},{\"invert\":false,\"mode\":\"or\",\"outbound\":\"proxy\",\"rules\":[],\"type\":\"logical\"}]}}",
    "def_outbound": "proxy",
    "direct_dns": "localhost",
    "direct_domain": "geosite:cn",
    "direct_ip": "geoip:cn\ngeoip:private",
    "dns_final_out": "proxy",
    "dns_routing": true,
    "remote_dns": "https://1.1.1.1/dns-query",
    "sniffing_mode": 1,
    "use_dns_object": false
}