Fixed initial DNS resolution issues

pull/17/head
Illia Chub 2021-10-12 16:43:06 +03:00
parent dc20c8416b
commit be374b5963
1 changed files with 4 additions and 4 deletions

View File

@ -1340,10 +1340,10 @@ infect() {
apt update apt update
apt install -y git whois apt install -y git whois
#cat > /etc/resolv.conf << EOF cat > /etc/resolv.conf << EOF
#nameserver 1.1.1.1 nameserver 1.1.1.1
#nameserver 1.0.0.1 nameserver 1.0.0.1
#EOF EOF
prepareEnv prepareEnv
makeSwap # smallest (512MB) droplet needs extra memory! makeSwap # smallest (512MB) droplet needs extra memory!
checkEnv checkEnv