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