Update serv00keep.sh

This commit is contained in:
甬哥侃侃侃ygkkk
2025-03-01 16:26:02 +08:00
committed by GitHub
parent 35d47c03d7
commit 9d0d7974d2
+24 -1
View File
@@ -407,6 +407,20 @@ hy3p=$(sed -n '3p' hy2ip.txt)
"format": "binary",
"url": "https://raw.githubusercontent.com/MetaCubeX/meta-rules-dat/sing/geo/geosite/google-gemini.srs",
"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
@@ -421,7 +435,8 @@ cat >> config.json <<EOF
},
{
"rule_set":[
"google-gemini"
"google-gemini",
"cnn"
],
"outbound": "wg"
}
@@ -432,6 +447,14 @@ cat >> config.json <<EOF
EOF
else
cat >> config.json <<EOF
"rules": [
{
"rule_set":[
"cnn"
],
"outbound": "wg"
}
],
"final": "direct"
}
}