mirror of
https://github.com/gnh1201/welsonjs.git
synced 2024-11-26 07:21:43 +00:00
17 lines
368 B
JSON
17 lines
368 B
JSON
{
|
|
"server": "",
|
|
"name_server": "https://1.1.1.1/dns-query",
|
|
"windivert_filter_string": "outbound and (ip ? ip.DstAddr != 1.2.3.4 and ip.DstAddr != 1.1.1.1 : true)",
|
|
"ip_cidr_rules": {
|
|
"proxy": []
|
|
},
|
|
"app_rules": {
|
|
"proxy": []
|
|
},
|
|
"domain_rules": {
|
|
"proxy": [],
|
|
"direct": [],
|
|
"blocked": []
|
|
}
|
|
}
|