mirror of
https://github.com/namibia/openvpn-install.git
synced 2025-01-24 12:58:26 +00:00
Specify the location of the DNS servers
This commit is contained in:
parent
1e80e145f0
commit
b0f271bc5f
@ -195,12 +195,12 @@ else
|
|||||||
read -p "Port: " -e -i 1194 PORT
|
read -p "Port: " -e -i 1194 PORT
|
||||||
echo ""
|
echo ""
|
||||||
echo "What DNS do you want to use with the VPN?"
|
echo "What DNS do you want to use with the VPN?"
|
||||||
echo " 1) Current system resolvers"
|
echo " 1) Current system resolvers (/etc/resolv.conf)"
|
||||||
echo " 2) FDN"
|
echo " 2) FDN (France)"
|
||||||
echo " 3) OpenNIC"
|
echo " 3) OpenNIC"
|
||||||
echo " 4) DNS.WATCH"
|
echo " 4) DNS.WATCH (Germany)"
|
||||||
echo " 5) OpenDNS"
|
echo " 5) OpenDNS (Anycast : worldwide)"
|
||||||
echo " 6) Google"
|
echo " 6) Google (Anycast : worldwide)"
|
||||||
read -p "DNS [1-6]: " -e -i 2 DNS
|
read -p "DNS [1-6]: " -e -i 2 DNS
|
||||||
echo ""
|
echo ""
|
||||||
echo "Some setups (e.g. Amazon Web Services), require use of MASQUERADE rather than SNAT"
|
echo "Some setups (e.g. Amazon Web Services), require use of MASQUERADE rather than SNAT"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user