From e9d6191925be7bc9c3a50e083722a6559f4fe19b Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 13 Mar 2016 15:13:46 +0100 Subject: [PATCH] Set FDN as default DNS --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 8ebc942..ae2163e 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -183,7 +183,7 @@ else echo " 4) NTT" echo " 5) Google" echo " 6) Hurricane Electric" - read -p "DNS [1-6]: " -e -i 1 DNS + read -p "DNS [1-6]: " -e -i 2 DNS echo "" echo "Finally, tell me your name for the client cert" echo "Please, use one word only, no special characters"