From 09730651797cfbdcce822eb1f9350fa6a2c1f527 Mon Sep 17 00:00:00 2001 From: xVRVx <63975481+xVRVx@users.noreply.github.com> Date: Wed, 26 Aug 2026 14:25:42 +0300 Subject: [PATCH] Add files via upload --- autoXRAY1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoXRAY1.sh b/autoXRAY1.sh index 4a77130..41f1b9c 100644 --- a/autoXRAY1.sh +++ b/autoXRAY1.sh @@ -36,8 +36,8 @@ if [ "$LOCAL_IP" != "$DNS_IP" ]; then fi # === ВОПРОСЫ ПОЛЬЗОВАТЕЛЮ === -read -p "$(echo -e "\n${YEL}Устанавливать WARP для обхода блокировок некоторых сайтов? (y/n, по умолчанию y): ${NC}")" choice_warp -choice_warp=${choice_warp:-y} +read -p "$(echo -e "\n${YEL}Устанавливать WARP для обхода блокировок некоторых сайтов? (y/N, по умолчанию N): ${NC}")" choice_warp +choice_warp=${choice_warp:-n} if [[ "$choice_warp" =~ ^[Yy]$ ]]; then TAG_WARP="warp" INSTALL_WARP=true