From 9e1fe367bf8452fa19d2d5b46cb8263792f4f9d7 Mon Sep 17 00:00:00 2001 From: robiiinos Date: Mon, 29 Jun 2020 09:09:38 +0200 Subject: [PATCH] Default DNS to AdGuard --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 9ddcbb8..5bdcf9f 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -315,7 +315,7 @@ function installQuestions() { echo " 12) NextDNS (Anycast: worldwide)" echo " 13) Custom" until [[ $DNS =~ ^[0-9]+$ ]] && [ "$DNS" -ge 1 ] && [ "$DNS" -le 13 ]; do - read -rp "DNS [1-12]: " -e -i 3 DNS + read -rp "DNS [1-12]: " -e -i 11 DNS if [[ $DNS == 2 ]] && [[ -e /etc/unbound/unbound.conf ]]; then echo "" echo "Unbound is already installed."