mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
[General] Update build.ps1
This commit is contained in:
15
Storage/mode/Global.json
Normal file
15
Storage/mode/Global.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"type": 0,
|
||||
"filterLoopback": false,
|
||||
"filterIntranet": true,
|
||||
"filterICMP": true,
|
||||
"filterTCP": true,
|
||||
"filterUDP": true,
|
||||
"filterDNS": true,
|
||||
"bypass": [
|
||||
"\\Netch\\"
|
||||
],
|
||||
"handle": [
|
||||
".*"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user