welsonjs/config.json

36 lines
801 B
JSON
Raw Normal View History

2020-08-04 10:38:21 +00:00
{
"Server": "socks://localhost:1080",
2020-08-04 09:29:42 +00:00
"NameServer": "https://1.1.1.1/dns-query",
"FilterString": "outbound and (ip ? ip.DstAddr != 1.1.1.1 : true)",
2020-08-04 10:38:21 +00:00
"IPRules": {
2020-08-04 10:41:02 +00:00
"Mode": false,
"IPCIDR": []
2020-08-04 09:29:42 +00:00
},
"AppRules": {
2020-08-04 10:38:21 +00:00
"Mode": true,
"Programs": [
"chrome.exe",
"nx.exe"
]
2020-08-04 09:29:42 +00:00
},
"DomainRules": {
"Proxy": [
"**.google.com",
"**.google.*",
"**.google.*.*",
"**.youtube.com",
"*.twitter.com",
"www.facebook.com",
"bing.com",
"**.amazon.*"
],
"Direct": [
"**.baidu.*",
"**.youku.*",
"**.*"
],
"Blocked": [
"ad.blocked.com"
]
}
}