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)" ]