|
|
@@ -40,8 +40,8 @@ PIHOLE_DNS1='85.214.73.63'
|
|
40
|
40
|
PIHOLE_DNS2='213.73.91.35'
|
|
41
|
41
|
|
|
42
|
42
|
piholeBasename=pihole
|
|
43
|
|
-piholeDir=/etc/$piholeBasename
|
|
44
|
|
-PIHOLE_ADLIST=$piholeDir/adlists.list
|
|
|
43
|
+piholeDir=/etc/.$piholeBasename
|
|
|
44
|
+PIHOLE_ADLIST=$piholeDir/gravity.list
|
|
45
|
45
|
PIHOLE_BLACKLIST=$piholeDir/blacklist.txt
|
|
46
|
46
|
PIHOLE_WHITELIST=$piholeDir/whitelist.txt
|
|
47
|
47
|
|