mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-28 09:03:17 +00:00
Update Descriptors of Added DNS Servers
This commit is contained in:
parent
4175b4ec97
commit
9578ad8da2
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue