mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 23:41:42 +00:00
40 lines
874 B
JSON
40 lines
874 B
JSON
|
{
|
|||
|
"Server": [
|
|||
|
"socks://localhost:61654"
|
|||
|
],
|
|||
|
"NameServer": "https://1.1.1.1/dns-query",
|
|||
|
"FilterString": "outbound and (ip ? ip.DstAddr != 1.1.1.1 : true)",
|
|||
|
"TunName": "TAP-Windows Adapter V9",
|
|||
|
"TunAddr": [
|
|||
|
"192.168.0.11/24"
|
|||
|
],
|
|||
|
"IPCIDRRules": {
|
|||
|
"Proxy": [
|
|||
|
"198.18.0.0/16",
|
|||
|
"8.8.8.8/32"
|
|||
|
]
|
|||
|
},
|
|||
|
"AppRules": {
|
|||
|
"Proxy": []
|
|||
|
},
|
|||
|
"DomainRules": {
|
|||
|
"Proxy": [
|
|||
|
"**.google.com",
|
|||
|
"**.google.*",
|
|||
|
"**.google.*.*",
|
|||
|
"**.youtube.com",
|
|||
|
"*.twitter.com",
|
|||
|
"www.facebook.com",
|
|||
|
"bing.com",
|
|||
|
"**.amazon.*"
|
|||
|
],
|
|||
|
"Direct": [
|
|||
|
"**.baidu.*",
|
|||
|
"**.youku.*",
|
|||
|
"**.*"
|
|||
|
],
|
|||
|
"Blocked": [
|
|||
|
"ad.blocked.com"
|
|||
|
]
|
|||
|
}
|
|||
|
}
|