mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-30 18:41:31 +01:00
Making sure a correct DNS option is selected
This commit is contained in:
parent
421d69e92d
commit
c03a55f11f
@ -218,7 +218,9 @@ else
|
||||
echo " 3) DNS.WATCH (Germany)"
|
||||
echo " 4) OpenDNS (Anycast: worldwide)"
|
||||
echo " 5) Google (Anycast: worldwide)"
|
||||
read -p "DNS [1-6]: " -e -i 2 DNS
|
||||
while [[ $DNS != "1" && $DNS != "2" && $DNS != "3" && $DNS != "4" && $DNS != "5" ]]; do
|
||||
read -p "DNS [1-5]: " -e -i 2 DNS
|
||||
done
|
||||
echo ""
|
||||
echo "Finally, tell me a name for the client certificate and configuration"
|
||||
while [[ $CLIENT = "" ]]; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user