From d333fe796427a4c58f58aebba5ce962da9c0fc11 Mon Sep 17 00:00:00 2001 From: randomshell <43271778+randomshell@users.noreply.github.com> Date: Sat, 15 Sep 2018 13:46:57 +0200 Subject: [PATCH] Fix typo --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 30090be..34e9ba1 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -315,7 +315,7 @@ else echo "" echo "What DNS do you want to use with the VPN?" echo " 1) Current system resolvers (from /etc/resolv.conf)" - echo " 2) Local DNS Resolver (Unbound will be installed)" + echo " 2) Local DNS Resolver (Unbound will be configured)" echo " 3) Cloudflare (Anycast: worldwide)" echo " 4) Quad9 (Anycast: worldwide)" echo " 5) FDN (France)"