From 6a9a074bcadf824ffcb651ac75806604ce2edfc0 Mon Sep 17 00:00:00 2001 From: binhex Date: Wed, 22 May 2019 13:01:17 +0100 Subject: [PATCH] update fallback ns --- build/root/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/root/install.sh b/build/root/install.sh index ce8b85c..2f211cb 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -249,8 +249,8 @@ if [[ $VPN_ENABLED == "yes" ]]; then if [[ ! -z "${NAME_SERVERS}" ]]; then echo "[info] NAME_SERVERS defined as '${NAME_SERVERS}'" | ts '%Y-%m-%d %H:%M:%.S' else - echo "[warn] NAME_SERVERS not defined (via -e NAME_SERVERS), defaulting to Google and FreeDNS name servers" | ts '%Y-%m-%d %H:%M:%.S' - export NAME_SERVERS="8.8.8.8,37.235.1.174,8.8.4.4,37.235.1.177" + echo "[warn] NAME_SERVERS not defined (via -e NAME_SERVERS), defaulting to name servers defined in readme.md" | ts '%Y-%m-%d %H:%M:%.S' + export NAME_SERVERS="209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1" fi if [[ $VPN_PROV != "airvpn" ]]; then