From 9578ad8da23ac9252b030007b69cff4f31b744fd Mon Sep 17 00:00:00 2001 From: slamanna212 Date: Mon, 15 Feb 2016 17:07:21 -0500 Subject: [PATCH] Update Descriptors of Added DNS Servers --- automated install/basic-install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index d0e3f653..5a70340a 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -317,17 +317,17 @@ setDNS(){ piholeDNS2="208.67.220.220" ;; Level3) - echo "::: Using OpenDNS servers." + echo "::: Using Level3 servers." piholeDNS1="4.2.2.1" piholeDNS2="4.2.2.2" ;; Norton ConnectSafe) - echo "::: Using OpenDNS servers." + echo "::: Using Norton servers." piholeDNS1="199.85.126.10" piholeDNS2="199.85.127.10" ;; Comodo Secure DNS) - echo "::: Using OpenDNS servers." + echo "::: Using Comodo servers." piholeDNS1="8.26.56.26" piholeDNS2="8.20.247.20" ;;