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:
parent
31049762e2
commit
66ae7a1b3c
@ -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 ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user