mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-infect.git
synced 2024-11-22 03:51:27 +00:00
Fixed initial DNS resolution issues
This commit is contained in:
parent
dc20c8416b
commit
be374b5963
|
@ -1340,10 +1340,10 @@ infect() {
|
|||
|
||||
apt update
|
||||
apt install -y git whois
|
||||
#cat > /etc/resolv.conf << EOF
|
||||
#nameserver 1.1.1.1
|
||||
#nameserver 1.0.0.1
|
||||
#EOF
|
||||
cat > /etc/resolv.conf << EOF
|
||||
nameserver 1.1.1.1
|
||||
nameserver 1.0.0.1
|
||||
EOF
|
||||
prepareEnv
|
||||
makeSwap # smallest (512MB) droplet needs extra memory!
|
||||
checkEnv
|
||||
|
|
Loading…
Reference in a new issue