Add files via upload

This commit is contained in:
xVRVx
2025-12-14 10:30:05 +03:00
committed by GitHub
parent 6ca30f2b84
commit 7a24915ffb

View File

@@ -199,6 +199,8 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
{
"log": {
"dnsLog": false,
"access": "/var/log/xray/access.log",
"error": "/var/log/xray/error.log",
"loglevel": "none"
},
"dns": {
@@ -345,7 +347,19 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
{
"tag": "block",
"protocol": "blackhole"
}
},
{
"tag": "warp",
"protocol": "socks",
"settings": {
"servers": [
{
"address": "127.0.0.1",
"port": 40000
}
]
}
}
],
"routing": {
"rules": [
@@ -368,7 +382,11 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
"geosite:private"
],
"outboundTag": "block"
}
},
{
"outboundTag": "direct",
"domain": ["geosite:google-gemini"]
}
],
"domainStrategy": "IPIfNonMatch"
}