From 3c36c22ca89d74fc8dbcca901a0b0de53858edd7 Mon Sep 17 00:00:00 2001 From: Stuart Skelton Date: Mon, 10 Sep 2018 20:16:23 +0100 Subject: [PATCH] Remove Norton Connect Safe as its EOL 2018-11-15 Signed-off-by: Stuart Skelton --- automated install/basic-install.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 10e43b6c..da096e95 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -858,7 +858,6 @@ setDNS() { DNSChooseOptions=(Google "" OpenDNS "" Level3 "" - Norton "" Comodo "" DNSWatch "" Quad9 "" @@ -890,11 +889,6 @@ setDNS() { PIHOLE_DNS_1="4.2.2.1" PIHOLE_DNS_2="4.2.2.2" ;; - Norton) - echo "Norton ConnectSafe servers" - PIHOLE_DNS_1="199.85.126.10" - PIHOLE_DNS_2="199.85.127.10" - ;; Comodo) echo "Comodo Secure servers" PIHOLE_DNS_1="8.26.56.26"