mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
23 lines
406 B
JSON
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
|
|
} |