From 66ae7a1b3ceab37b54b54c2c9a2e012769a95886 Mon Sep 17 00:00:00 2001 From: Richard Skumat Date: Sun, 28 Feb 2016 17:40:48 +0000 Subject: [PATCH] Added example for the dialogue. --- openvpn-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/openvpn-install.sh b/openvpn-install.sh index 6184990..3dd75d6 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -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 ""