mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 23:41:42 +00:00
24 lines
508 B
JSON
24 lines
508 B
JSON
{
|
|
"Server": [
|
|
"socks://localhost:1080"
|
|
],
|
|
"NameServer": "https://1.1.1.1/dns-query",
|
|
"FilterString": "outbound and (ip ? ip.DstAddr != 1.2.3.4 and ip.DstAddr != 1.1.1.1 : true)",
|
|
"IPCIDRRules": {
|
|
"Proxy": [
|
|
"198.18.0.0/16",
|
|
"8.8.8.8/32"
|
|
]
|
|
},
|
|
"AppRules": {
|
|
"Proxy": [
|
|
"chrome.exe",
|
|
"nx.exe"
|
|
]
|
|
},
|
|
"DomainRules": {
|
|
"Proxy": [],
|
|
"Direct": [],
|
|
"Blocked": []
|
|
}
|
|
} |