welsonjs/config.json

24 lines
508 B
JSON
Raw Normal View History

2020-08-04 10:38:21 +00:00
{
2020-08-09 09:14:05 +00:00
"Server": [
"socks://localhost:1080"
],
2020-08-04 09:29:42 +00:00
"NameServer": "https://1.1.1.1/dns-query",
2020-08-09 09:14:05 +00:00
"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"
]
2020-08-04 09:29:42 +00:00
},
"AppRules": {
2020-08-09 09:14:05 +00:00
"Proxy": [
2020-08-04 10:38:21 +00:00
"chrome.exe",
"nx.exe"
]
2020-08-04 09:29:42 +00:00
},
"DomainRules": {
2020-08-09 09:14:05 +00:00
"Proxy": [],
"Direct": [],
"Blocked": []
2020-08-04 09:29:42 +00:00
}
}