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