From 4175b4ec97ff7d550e7735193519b74bf953bdb2 Mon Sep 17 00:00:00 2001 From: slamanna212 Date: Mon, 15 Feb 2016 16:59:02 -0500 Subject: [PATCH] Add More DNS Options to Installer --- automated install/basic-install.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 359a1f0d..d0e3f653 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -316,6 +316,21 @@ setDNS(){ piholeDNS1="208.67.222.222" piholeDNS2="208.67.220.220" ;; + Level3) + echo "::: Using OpenDNS servers." + piholeDNS1="4.2.2.1" + piholeDNS2="4.2.2.2" + ;; + Norton ConnectSafe) + echo "::: Using OpenDNS servers." + piholeDNS1="199.85.126.10" + piholeDNS2="199.85.127.10" + ;; + Comodo Secure DNS) + echo "::: Using OpenDNS servers." + piholeDNS1="8.26.56.26" + piholeDNS2="8.20.247.20" + ;; esac else echo "::: Cancel selected. Exiting..."