1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-24 05:56:08 +03:00

Replaced the original prompt 1 for DNS selection.

This commit is contained in:
Richard Skumat 2016-02-28 18:58:45 +00:00
parent b9333422e9
commit f6a7ec84ff

View File

@ -193,7 +193,7 @@ else
echo " 4) NTT"
echo " 5) Hurricane Electric"
echo " 6) You specify the DNS server IP-s"
read -p "DNS [1-6]: " -e -i 6 DNS
read -p "DNS [1-6]: " -e -i 1 DNS
if [[ "$DNS" = '6' ]]; then
echo "Please leave a space between DNS IP entries"
echo "Example: 8.8.8.8 8.8.4.4 129.250.35.250"