From 4c781bc2ae16d0547c879b2d8fb4cc6a2a20ea2f Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Thu, 5 Feb 2026 17:51:07 +0000 Subject: [PATCH] Delete endpoint ports for old fimware in script --- universal_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/universal_config.sh b/universal_config.sh index b86c252..f7d01b7 100644 --- a/universal_config.sh +++ b/universal_config.sh @@ -1046,7 +1046,7 @@ do if [ "$is_manual_input_parameters" = "n" ]; then I=0 WARP_ENDPOINT_HOSTS="engage.cloudflareclient.com 162.159.192.1 162.159.192.2 162.159.192.4 162.159.195.1 162.159.195.4 188.114.96.1 188.114.96.23 188.114.96.50 188.114.96.81" - WARP_ENDPOINT_PORTS="500 1701 2408 3138 4500" + WARP_ENDPOINT_PORTS="500" for element in $WARP_ENDPOINT_HOSTS; do EndpointIP="$element" for element2 in $WARP_ENDPOINT_PORTS; do