Working config & permissions

This commit is contained in:
2025-03-27 23:28:12 +08:00
parent 5896d5fcd2
commit 5d7e37ab7c
7 changed files with 148 additions and 17 deletions

21
perm.json Normal file
View File

@@ -0,0 +1,21 @@
{
"$global": {
"DefaultAction": "deny",
"DefaultPort": [443],
"Match": {
"mirrors.tuna.tsinghua.edu.cn": "accept",
"mirrors6.tuna.tsinghua.edu.cn": "accept",
"incoming.telemetry.mozilla.org": "ignore"
}
},
"127.0.0.1": {
"DefaultAction": "deny",
"DefaultPort": [443],
"Match": {
"pkg.go.dev": "accept",
"go.dev": "accept"
}
}
}