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" },