mirror of
https://github.com/xVRVx/autoXRAY.git
synced 2026-08-26 08:35:34 +00:00
Add files via upload
This commit is contained in:
@@ -1027,7 +1027,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}"
|
||||
|
||||
Reference in New Issue
Block a user