mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-17 05:29:20 +00:00
Merge pull request #1253 from Skittels0/even_more_dns
Adds DNS.WATCH to default dns servers
This commit is contained in:
commit
36166c129a
@ -451,6 +451,7 @@ setDNS() {
|
||||
Level3 ""
|
||||
Norton ""
|
||||
Comodo ""
|
||||
DNSWatch ""
|
||||
Custom "")
|
||||
DNSchoices=$(whiptail --separate-output --menu "Select Upstream DNS Provider. To use your own, select Custom." ${r} ${c} 6 \
|
||||
"${DNSChooseOptions[@]}" 2>&1 >/dev/tty) || \
|
||||
@ -481,6 +482,11 @@ setDNS() {
|
||||
PIHOLE_DNS_1="8.26.56.26"
|
||||
PIHOLE_DNS_2="8.20.247.20"
|
||||
;;
|
||||
DNSWatch)
|
||||
echo "::: Using DNS.WATCH servers."
|
||||
PIHOLE_DNS_1="84.200.69.80"
|
||||
PIHOLE_DNS_2="84.200.70.40"
|
||||
;;
|
||||
Custom)
|
||||
until [[ ${DNSSettingsCorrect} = True ]]; do
|
||||
strInvalid="Invalid"
|
||||
|
Loading…
Reference in New Issue
Block a user