mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 15:31:42 +00:00
36 lines
801 B
JSON
36 lines
801 B
JSON
{
|
|
"Server": "socks://localhost:1080",
|
|
"NameServer": "https://1.1.1.1/dns-query",
|
|
"FilterString": "outbound and (ip ? ip.DstAddr != 1.1.1.1 : true)",
|
|
"IPRules": {
|
|
"Mode": false,
|
|
"IPCIDR": []
|
|
},
|
|
"AppRules": {
|
|
"Mode": true,
|
|
"Programs": [
|
|
"chrome.exe",
|
|
"nx.exe"
|
|
]
|
|
},
|
|
"DomainRules": {
|
|
"Proxy": [
|
|
"**.google.com",
|
|
"**.google.*",
|
|
"**.google.*.*",
|
|
"**.youtube.com",
|
|
"*.twitter.com",
|
|
"www.facebook.com",
|
|
"bing.com",
|
|
"**.amazon.*"
|
|
],
|
|
"Direct": [
|
|
"**.baidu.*",
|
|
"**.youku.*",
|
|
"**.*"
|
|
],
|
|
"Blocked": [
|
|
"ad.blocked.com"
|
|
]
|
|
}
|
|
} |