diff --git a/openvpn-install.sh b/openvpn-install.sh index e16ba4e..4f845c2 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -215,8 +215,8 @@ else echo " 4) OpenDNS (Anycast: worldwide)" echo " 5) Google (Anycast: worldwide)" echo " 6) Yandex Basic (Russia)" - while [[ $DNS != "1" && $DNS != "2" && $DNS != "3" && $DNS != "4" && $DNS != "5" ]]; do - read -p "DNS [1-5]: " -e -i 1 DNS + while [[ $DNS != "1" && $DNS != "2" && $DNS != "3" && $DNS != "4" && $DNS != "5" && $DNS != "6" ]]; do + read -p "DNS [1-6]: " -e -i 1 DNS done echo "" echo "See https://github.com/Angristan/OpenVPN-install#encryption to learn more about "