mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Fix array selection
This commit is contained in:
parent
3fdf588cc9
commit
38e73a188a
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ setDNS(){
|
|||
piholeDNS1="8.8.8.8"
|
||||
piholeDNS2="8.8.4.4"
|
||||
;;
|
||||
DynDNS)
|
||||
OpenDNS)
|
||||
echo "::: Using OpenDNS servers."
|
||||
piholeDNS1="208.67.222.222"
|
||||
piholeDNS2="208.67.220.220"
|
||||
|
|
Loading…
Reference in a new issue