From 3766b1ebbe91190289d8440835e90b612811d781 Mon Sep 17 00:00:00 2001 From: Angristan Date: Sat, 18 Aug 2018 14:57:47 +0200 Subject: [PATCH] Revert "[FIX] Unable to select AdGuard DNS choice" This reverts commit 56515f351565cbd66fa20c76a7ac297e047299c7. --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index ce27a8a..9e1d7a0 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -260,8 +260,8 @@ else echo " 7) Google (Anycast: worldwide)" echo " 8) Yandex Basic (Russia)" echo " 9) AdGuard DNS (Russia)" - while [[ $DNS != "1" && $DNS != "2" && $DNS != "3" && $DNS != "4" && $DNS != "5" && $DNS != "6" && $DNS != "7" && $DNS != "8" && $DNS != "9" ]]; do - read -p "DNS [1-9]: " -e -i 1 DNS + while [[ $DNS != "1" && $DNS != "2" && $DNS != "3" && $DNS != "4" && $DNS != "5" && $DNS != "6" && $DNS != "7" && $DNS != "8" ]]; do + read -p "DNS [1-8]: " -e -i 1 DNS done echo "" echo "See https://github.com/Angristan/OpenVPN-install#encryption to learn more about "