From 87aceb0eb59cdc01274c5adc7688f14cd5dc2942 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 30 Nov 2017 21:20:00 +0100 Subject: [PATCH] Quad9 DNS ftw! --- nextcloud_install_production.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 9116da5b..60cf299b 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -80,8 +80,8 @@ then apt install resolvconf -y -q dpkg-reconfigure resolvconf fi -echo "nameserver 8.8.8.8" > /etc/resolvconf/resolv.conf.d/base -echo "nameserver 8.8.4.4" >> /etc/resolvconf/resolv.conf.d/base +echo "nameserver 9.9.9.9" > /etc/resolvconf/resolv.conf.d/base +echo "nameserver 8.8.8.8" >> /etc/resolvconf/resolv.conf.d/base # Check network if ! [ -x "$(command -v nslookup)" ]