From 09514d75831c52ff1e16398b9e296d9ca5cb8003 Mon Sep 17 00:00:00 2001 From: CodeRoK7 <58553260+CodeRoK7@users.noreply.github.com> Date: Thu, 3 Apr 2025 06:20:56 +0000 Subject: [PATCH] Add time run request check AWG WARP --- awg_config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awg_config.sh b/awg_config.sh index f5a2185..111468f 100644 --- a/awg_config.sh +++ b/awg_config.sh @@ -695,7 +695,7 @@ do sleep 2 # Включаем интерфейс ifup $INTERFACE_NAME - curl -f --connect-to ::speedtest.selectel.ru https://manifest.googlevideo.com/100MB -k -o /dev/null --interface $INTERFACE_NAME + curl -f --connect-to ::speedtest.selectel.ru https://manifest.googlevideo.com/100MB -k -o /dev/null --interface $INTERFACE_NAME --max-time 180 # Проверяем код выхода if [ $? -eq 0 ]; then @@ -735,7 +735,7 @@ else printf "\033[32;1mOpera proxy well work...\033[0m\n" varByPass=3 else - printf "\033[32;1mOpera proxy not work...Try custom settings router to bypass the locks...\033[0m\n" + printf "\033[32;1mOpera proxy not work...Try custom settings router to bypass the locks... Recomendation buy 'VPS' and up 'vless'\033[0m\n" exit 1 fi fi