mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-03 04:30:55 +00:00
Update basic-install.sh
This commit is contained in:
parent
9e5795bf55
commit
4e7a485e23
@ -444,7 +444,7 @@ setDNS() {
|
|||||||
Level3 ""
|
Level3 ""
|
||||||
Norton ""
|
Norton ""
|
||||||
Comodo ""
|
Comodo ""
|
||||||
DNS.WATCH ""
|
DNSWatch ""
|
||||||
Custom "")
|
Custom "")
|
||||||
DNSchoices=$(whiptail --separate-output --menu "Select Upstream DNS Provider. To use your own, select Custom." ${r} ${c} 6 \
|
DNSchoices=$(whiptail --separate-output --menu "Select Upstream DNS Provider. To use your own, select Custom." ${r} ${c} 6 \
|
||||||
"${DNSChooseOptions[@]}" 2>&1 >/dev/tty) || \
|
"${DNSChooseOptions[@]}" 2>&1 >/dev/tty) || \
|
||||||
@ -475,7 +475,7 @@ setDNS() {
|
|||||||
PIHOLE_DNS_1="8.26.56.26"
|
PIHOLE_DNS_1="8.26.56.26"
|
||||||
PIHOLE_DNS_2="8.20.247.20"
|
PIHOLE_DNS_2="8.20.247.20"
|
||||||
;;
|
;;
|
||||||
DNS.WATCH)
|
DNSWatch)
|
||||||
echo "::: Using DNS.WATCH servers."
|
echo "::: Using DNS.WATCH servers."
|
||||||
PIHOLE_DNS_1="84.200.69.80"
|
PIHOLE_DNS_1="84.200.69.80"
|
||||||
PIHOLE_DNS_2="84.200.70.40"
|
PIHOLE_DNS_2="84.200.70.40"
|
||||||
|
Loading…
Reference in New Issue
Block a user