mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-24 15:13:42 +00:00
Change Spacing on DNS Servers Names
This commit is contained in:
parent
9578ad8da2
commit
91566b010b
1 changed files with 4 additions and 4 deletions
|
@ -321,13 +321,13 @@ setDNS(){
|
||||||
piholeDNS1="4.2.2.1"
|
piholeDNS1="4.2.2.1"
|
||||||
piholeDNS2="4.2.2.2"
|
piholeDNS2="4.2.2.2"
|
||||||
;;
|
;;
|
||||||
Norton ConnectSafe)
|
NortonConnectSafe)
|
||||||
echo "::: Using Norton servers."
|
echo "::: Using Norton ConnectSafe servers."
|
||||||
piholeDNS1="199.85.126.10"
|
piholeDNS1="199.85.126.10"
|
||||||
piholeDNS2="199.85.127.10"
|
piholeDNS2="199.85.127.10"
|
||||||
;;
|
;;
|
||||||
Comodo Secure DNS)
|
ComodoSecure DNS)
|
||||||
echo "::: Using Comodo servers."
|
echo "::: Using Comodo Secure servers."
|
||||||
piholeDNS1="8.26.56.26"
|
piholeDNS1="8.26.56.26"
|
||||||
piholeDNS2="8.20.247.20"
|
piholeDNS2="8.20.247.20"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue