Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hansson <daniel@techandme.se>2017-12-03 23:54:56 +0300
committerGitHub <noreply@github.com>2017-12-03 23:54:56 +0300
commite4ceccd0d6122ea50a740404dae6f758e6ab89ea (patch)
tree7ea9830f85a6a0390103ffb2392af7c61af7fdd6 /nextcloud_install_production.sh
parent87aceb0eb59cdc01274c5adc7688f14cd5dc2942 (diff)
bye bye Google
Diffstat (limited to 'nextcloud_install_production.sh')
-rw-r--r--nextcloud_install_production.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh
index 60cf299b..47569aa8 100644
--- a/nextcloud_install_production.sh
+++ b/nextcloud_install_production.sh
@@ -81,7 +81,7 @@ then
dpkg-reconfigure resolvconf
fi
echo "nameserver 9.9.9.9" > /etc/resolvconf/resolv.conf.d/base
-echo "nameserver 8.8.8.8" >> /etc/resolvconf/resolv.conf.d/base
+echo "nameserver 149.112.112.112" >> /etc/resolvconf/resolv.conf.d/base
# Check network
if ! [ -x "$(command -v nslookup)" ]