Files
netch/Storage/mode/Global.json
2022-03-22 14:20:23 +08:00

23 lines
406 B
JSON

{
"type": "ProcessMode",
"remark": {
"zh-CN": "Global"
},
"handle": [
".*"
],
"bypass": [
"\\Netch\\"
],
"filterIntranet": true,
"filterLoopback": false,
"dnsHost": "1.1.1.1:53",
"handleOnlyDNS": null,
"icmpDelay": 10,
"filterParent": null,
"filterDNS": true,
"filterUDP": true,
"filterTCP": true,
"filterICMP": true,
"dnsProxy": null
}