mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-08 15:10:55 +00:00
dnsFile2="/etc/dnsmasq.conf.orig"
added .orig
This commit is contained in:
parent
ac373545d0
commit
d74c8261aa
@ -283,7 +283,7 @@ setDNS(){
|
||||
versionCheckDNSmasq(){
|
||||
# Check if /etc/dnsmasq.conf is from pihole. If so replace with an original and install new in .d directory
|
||||
dnsFile1="/etc/dnsmasq.conf"
|
||||
dnsFile2="/etc/dnsmasq.conf"
|
||||
dnsFile2="/etc/dnsmasq.conf.orig"
|
||||
dnsSearch="addn-hosts=/etc/pihole/gravity.list"
|
||||
|
||||
# Check dnsmasq.conf for pihole magic
|
||||
|
Loading…
Reference in New Issue
Block a user