diff --git a/autoXRAY.sh b/autoXRAY.sh index 875c5c2..9b864d8 100644 --- a/autoXRAY.sh +++ b/autoXRAY.sh @@ -5,9 +5,6 @@ apt update && apt install sudo -y #sudo apt update && sudo apt upgrade -y sudo apt update && sudo apt install -y jq -echo "Настройка DNS..." -echo -e "nameserver 8.8.4.4\nnameserver 8.8.8.8\nnameserver 1.1.1.1" | sudo tee /etc/resolv.conf > /dev/null - # Установка Xray bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install diff --git a/autoXRAYno443.sh b/autoXRAYno443.sh index 40ff13c..e1092d6 100644 --- a/autoXRAYno443.sh +++ b/autoXRAYno443.sh @@ -13,9 +13,6 @@ apt update && apt install sudo -y #sudo apt update && sudo apt upgrade -y sudo apt update && sudo apt install -y jq -echo "Настройка DNS..." -echo -e "nameserver 8.8.4.4\nnameserver 8.8.8.8\nnameserver 1.1.1.1" | sudo tee /etc/resolv.conf > /dev/null - # Установка Xray bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install diff --git a/autoXRAYselfsteal.sh b/autoXRAYselfsteal.sh index 761751d..e7b47be 100644 --- a/autoXRAYselfsteal.sh +++ b/autoXRAYselfsteal.sh @@ -23,12 +23,6 @@ if [ "$LOCAL_IP" != "$DNS_IP" ]; then fi - - - -echo "Настройка DNS..." -echo -e "nameserver 8.8.4.4\nnameserver 8.8.8.8\nnameserver 1.1.1.1" | sudo tee /etc/resolv.conf > /dev/null - sudo apt install nginx -y sudo systemctl enable --now nginx diff --git a/autoXRAYselfstealConfChina.sh b/autoXRAYselfstealConfChina.sh index b418392..3c69c55 100644 --- a/autoXRAYselfstealConfChina.sh +++ b/autoXRAYselfstealConfChina.sh @@ -23,9 +23,6 @@ if [ "$LOCAL_IP" != "$DNS_IP" ]; then fi -echo "Настройка DNS..." -echo -e "nameserver 8.8.4.4\nnameserver 8.8.8.8\nnameserver 1.1.1.1" | sudo tee /etc/resolv.conf > /dev/null - sudo apt install nginx -y sudo systemctl enable --now nginx diff --git a/autoXRAYselfstealConfRU.sh b/autoXRAYselfstealConfRU.sh index 8217abc..9cc101c 100644 --- a/autoXRAYselfstealConfRU.sh +++ b/autoXRAYselfstealConfRU.sh @@ -23,9 +23,6 @@ if [ "$LOCAL_IP" != "$DNS_IP" ]; then fi -echo "Настройка DNS..." -echo -e "nameserver 8.8.4.4\nnameserver 8.8.8.8\nnameserver 1.1.1.1" | sudo tee /etc/resolv.conf > /dev/null - sudo apt install nginx -y sudo systemctl enable --now nginx