mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-25 13:01:28 +00:00
Fixed initial DNS resolution issues
This commit is contained in:
parent
dc20c8416b
commit
be374b5963
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue