From 6acfc3425f45bf5f9a38363ea2e524ccaf29a691 Mon Sep 17 00:00:00 2001 From: xVRVx <63975481+xVRVx@users.noreply.github.com> Date: Sat, 28 Mar 2026 10:33:24 +0300 Subject: [PATCH] Add files via upload --- test/autoXRAY1-test.sh | 4 ++++ test/autoXRAYselfRUbrEUxhttp-test.sh | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/test/autoXRAY1-test.sh b/test/autoXRAY1-test.sh index a36e376..4d7545d 100644 --- a/test/autoXRAY1-test.sh +++ b/test/autoXRAY1-test.sh @@ -562,6 +562,10 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json" "geoip:private" ], "outboundTag": "block" + }, + { + "port": "25", + "outboundTag": "block" }, { "protocol": [ diff --git a/test/autoXRAYselfRUbrEUxhttp-test.sh b/test/autoXRAYselfRUbrEUxhttp-test.sh index 716bade..e82530b 100644 --- a/test/autoXRAYselfRUbrEUxhttp-test.sh +++ b/test/autoXRAYselfRUbrEUxhttp-test.sh @@ -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" },