28 lines
472 B
JSON
28 lines
472 B
JSON
{
|
|
"$global": {
|
|
"DefaultAction": "deny",
|
|
"DefaultPort": [443],
|
|
"Match": {
|
|
"mirrors.tuna.tsinghua.edu.cn": "accept",
|
|
"mirrors6.tuna.tsinghua.edu.cn": "accept",
|
|
|
|
"incoming.telemetry.mozilla.org": "ignore"
|
|
},
|
|
"MatchWildcard": [
|
|
{"*.qq.com": "accept"}
|
|
]
|
|
},
|
|
"127.0.0.1": {
|
|
"DefaultAction": "deny",
|
|
"DefaultPort": [443],
|
|
"Match": {
|
|
"pkg.go.dev": "accept",
|
|
"go.dev": "accept"
|
|
},
|
|
"MatchWildcard": [
|
|
{"*.baidu.com": "accept"}
|
|
]
|
|
}
|
|
}
|
|
|