Add files via upload

This commit is contained in:
xVRVx
2025-07-08 11:12:06 +03:00
committed by GitHub
parent 0b95320202
commit 39b267f287

View File

@@ -87,9 +87,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