From b46a0541dde51df152d1ea8ef90f2d008e26f59a Mon Sep 17 00:00:00 2001 From: Nyr Date: Wed, 5 Aug 2015 02:17:24 +0200 Subject: [PATCH] Replaced Yandex DNS with Google Yandex DNS is not stable enough, Google was previously missing. --- openvpn-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 9997d1e..5e8ed1b 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -187,7 +187,7 @@ else echo " 3) Level 3" echo " 4) NTT" echo " 5) Hurricane Electric" - echo " 6) Yandex" + echo " 6) Google" read -p "DNS [1-6]: " -e -i 1 DNS echo "" echo "Finally, tell me your name for the client cert" @@ -272,8 +272,8 @@ else sed -i 's|;push "dhcp-option DNS 208.67.222.222"|push "dhcp-option DNS 74.82.42.42"|' server.conf ;; 6) - sed -i 's|;push "dhcp-option DNS 208.67.222.222"|push "dhcp-option DNS 77.88.8.8"|' server.conf - sed -i 's|;push "dhcp-option DNS 208.67.220.220"|push "dhcp-option DNS 77.88.8.1"|' server.conf + sed -i 's|;push "dhcp-option DNS 208.67.222.222"|push "dhcp-option DNS 8.8.8.8"|' server.conf + sed -i 's|;push "dhcp-option DNS 208.67.220.220"|push "dhcp-option DNS 8.8.4.4"|' server.conf ;; esac # Listen at port 53 too if user wants that