1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2025-02-17 22:13:18 +03:00

Added example for the dialogue.

This commit is contained in:
Richard Skumat 2016-02-28 17:40:48 +00:00
parent 31049762e2
commit 66ae7a1b3c

View File

@ -196,6 +196,7 @@ else
read -p "DNS [1-6]: " -e -i 6 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"
read -e -p "Specify the DNS server IP-s. Space is the separator: " OWNDNS
else
echo ""