From 92f0b94b03a17c7ee4a2b4cf67d97488f9a98995 Mon Sep 17 00:00:00 2001 From: xVRVx <63975481+xVRVx@users.noreply.github.com> Date: Wed, 21 May 2025 21:40:09 +0300 Subject: [PATCH] Add files via upload --- autoXRAYselfsteal.sh | 2 +- autoXRAYselfstealConfRU.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autoXRAYselfsteal.sh b/autoXRAYselfsteal.sh index 729e6ac..b5ab52d 100644 --- a/autoXRAYselfsteal.sh +++ b/autoXRAYselfsteal.sh @@ -10,7 +10,7 @@ fi echo "Обновление и установка необходимых пакетов..." apt update && apt install sudo -y #sudo apt update && sudo apt upgrade -y -sudo apt update && sudo apt install -y jq && sudo apt install dnsutils +sudo apt update && sudo apt install jq && sudo apt install dnsutils -y LOCAL_IP=$(hostname -I | awk '{print $1}') DNS_IP=$(dig +short "$DOMAIN" | grep '^[0-9]') diff --git a/autoXRAYselfstealConfRU.sh b/autoXRAYselfstealConfRU.sh index c331888..0c31f5e 100644 --- a/autoXRAYselfstealConfRU.sh +++ b/autoXRAYselfstealConfRU.sh @@ -10,7 +10,7 @@ fi echo "Обновление и установка необходимых пакетов..." apt update && apt install sudo -y #sudo apt update && sudo apt upgrade -y -sudo apt update && sudo apt install -y jq && sudo apt install dnsutils +sudo apt update && sudo apt install jq && sudo apt install dnsutils -y LOCAL_IP=$(hostname -I | awk '{print $1}') DNS_IP=$(dig +short "$DOMAIN" | grep '^[0-9]')