Update serv00.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-03-01 06:53:03 +08:00
committed by GitHub
parent 7653b48694
commit 2697c7b68c
+1 -24
View File
@@ -484,20 +484,6 @@ hy3p=$(sed -n '3p' hy2ip.txt)
"format": "binary", "format": "binary",
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/google-gemini.srs", "url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/google-gemini.srs",
"download_detour": "direct" "download_detour": "direct"
},
{
"tag": "geolocation-!cn",
"type": "remote",
"format": "binary",
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/geolocation-!cn.srs",
"download_detour": "direct"
},
{
"tag": "cnn",
"type": "remote",
"format": "binary",
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/cnn.srs",
"download_detour": "direct"
} }
], ],
EOF EOF
@@ -512,8 +498,7 @@ cat >> config.json <<EOF
}, },
{ {
"rule_set":[ "rule_set":[
"google-gemini", "google-gemini"
"cnn"
], ],
"outbound": "wg" "outbound": "wg"
} }
@@ -524,14 +509,6 @@ cat >> config.json <<EOF
EOF EOF
else else
cat >> config.json <<EOF cat >> config.json <<EOF
"rules": [
{
"rule_set":[
"cnn"
],
"outbound": "wg"
}
],
"final": "direct" "final": "direct"
} }
} }