Add files via upload

This commit is contained in:
xVRVx
2026-03-28 10:33:24 +03:00
committed by GitHub
parent 6fe90e5bf6
commit 6acfc3425f
2 changed files with 8 additions and 0 deletions

View File

@@ -562,6 +562,10 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
"geoip:private"
],
"outboundTag": "block"
},
{
"port": "25",
"outboundTag": "block"
},
{
"protocol": [

View File

@@ -439,6 +439,10 @@ $OUTBOUNDS
],
"rules":[
{ "ip":[ "geoip:private" ], "outboundTag": "block" },
{
"port": "25",
"outboundTag": "block"
},
{ "protocol":[ "bittorrent" ], "outboundTag": "block" },
{ "domain":[ "geosite:category-ads", "geosite:win-spy", "geosite:private" ], "outboundTag": "block" },
{ "domain":[ "habr.com", "apkmirror.com" ], "balancerTag": "Super_Balancer" },