mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Remove Norton Connect Safe as its EOL 2018-11-15
Signed-off-by: Stuart Skelton <stuarts@broadbean.com>
This commit is contained in:
parent
ddbdb51d20
commit
3c36c22ca8
1 changed files with 0 additions and 6 deletions
|
@ -858,7 +858,6 @@ setDNS() {
|
||||||
DNSChooseOptions=(Google ""
|
DNSChooseOptions=(Google ""
|
||||||
OpenDNS ""
|
OpenDNS ""
|
||||||
Level3 ""
|
Level3 ""
|
||||||
Norton ""
|
|
||||||
Comodo ""
|
Comodo ""
|
||||||
DNSWatch ""
|
DNSWatch ""
|
||||||
Quad9 ""
|
Quad9 ""
|
||||||
|
@ -890,11 +889,6 @@ setDNS() {
|
||||||
PIHOLE_DNS_1="4.2.2.1"
|
PIHOLE_DNS_1="4.2.2.1"
|
||||||
PIHOLE_DNS_2="4.2.2.2"
|
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)
|
Comodo)
|
||||||
echo "Comodo Secure servers"
|
echo "Comodo Secure servers"
|
||||||
PIHOLE_DNS_1="8.26.56.26"
|
PIHOLE_DNS_1="8.26.56.26"
|
||||||
|
|
Loading…
Reference in a new issue