From 83506ed5943043b4055ede77ba34d01bd0ffcde4 Mon Sep 17 00:00:00 2001 From: xVRVx <63975481+xVRVx@users.noreply.github.com> Date: Wed, 8 Apr 2026 08:49:39 +0300 Subject: [PATCH] Add files via upload --- test/autoXRAY1-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/autoXRAY1-test.sh b/test/autoXRAY1-test.sh index 6881e5a..0814b66 100644 --- a/test/autoXRAY1-test.sh +++ b/test/autoXRAY1-test.sh @@ -1041,7 +1041,7 @@ EOF echo -e "\n${YEL}=== Финальная проверка статусов ===${NC}" # Проверка WARP-cli (Socks5 порт 40000) -if nc -z 127.0.0.1 40000; then +if ss -nlt | grep -q ":40000\b"; then echo -e "WARP-cli: ${GRN}LISTENING${NC}" else echo -e "WARP-cli: ${RED}NOT LISTENING${NC}"