From b0f271bc5f5338a2146e5016d13ac41a988f0776 Mon Sep 17 00:00:00 2001 From: Angristan Date: Sun, 20 Nov 2016 14:52:47 +0100 Subject: [PATCH] Specify the location of the DNS servers --- openvpn-install.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index bc96e97..55b50ec 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -195,12 +195,12 @@ else read -p "Port: " -e -i 1194 PORT echo "" echo "What DNS do you want to use with the VPN?" - echo " 1) Current system resolvers" - echo " 2) FDN" + echo " 1) Current system resolvers (/etc/resolv.conf)" + echo " 2) FDN (France)" echo " 3) OpenNIC" - echo " 4) DNS.WATCH" - echo " 5) OpenDNS" - echo " 6) Google" + echo " 4) DNS.WATCH (Germany)" + echo " 5) OpenDNS (Anycast : worldwide)" + echo " 6) Google (Anycast : worldwide)" read -p "DNS [1-6]: " -e -i 2 DNS echo "" echo "Some setups (e.g. Amazon Web Services), require use of MASQUERADE rather than SNAT"