Delete endpoint ports

This commit is contained in:
CodeRoK7
2026-02-04 16:57:00 +00:00
parent 3a3b14361d
commit db649ad034

View File

@@ -1092,7 +1092,7 @@ do
if [ "$is_manual_input_parameters" = "n" ]; then if [ "$is_manual_input_parameters" = "n" ]; then
I=0 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_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 for element in $WARP_ENDPOINT_HOSTS; do
EndpointIP="$element" EndpointIP="$element"
for element2 in $WARP_ENDPOINT_PORTS; do for element2 in $WARP_ENDPOINT_PORTS; do