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:
parent
b9333422e9
commit
f6a7ec84ff
@ -193,7 +193,7 @@ else
|
|||||||
echo " 4) NTT"
|
echo " 4) NTT"
|
||||||
echo " 5) Hurricane Electric"
|
echo " 5) Hurricane Electric"
|
||||||
echo " 6) You specify the DNS server IP-s"
|
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
|
if [[ "$DNS" = '6' ]]; then
|
||||||
echo "Please leave a space between DNS IP entries"
|
echo "Please leave a space between DNS IP entries"
|
||||||
echo "Example: 8.8.8.8 8.8.4.4 129.250.35.250"
|
echo "Example: 8.8.8.8 8.8.4.4 129.250.35.250"
|
||||||
|
Loading…
Reference in New Issue
Block a user