welsonjs/config.json
2020-08-09 18:14:05 +09:00

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": []
}
}