diff --git a/install-nextcloud-ubuntu.sh b/install-nextcloud-ubuntu.sh index 7dac0c3..4477035 100644 --- a/install-nextcloud-ubuntu.sh +++ b/install-nextcloud-ubuntu.sh @@ -134,7 +134,7 @@ open_file_cache_errors on; keepalive_timeout 65; reset_timedout_connection on; server_tokens off; -resolver 8.8.8.8 valid=30s; +resolver 208.67.222.222 208.67.220.220 valid=30s; resolver_timeout 5s; include /etc/nginx/conf.d/*.conf; }