Add variable that got lost
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
18c24d985f
commit
331502e14c
|
@ -70,7 +70,7 @@ PI_HOLE_BLOCKPAGE_DIR="${webroot}/pihole"
|
||||||
useUpdateVars=false
|
useUpdateVars=false
|
||||||
|
|
||||||
adlistFile="/etc/pihole/adlists.list"
|
adlistFile="/etc/pihole/adlists.list"
|
||||||
="${PI_HOLE_CONFIG_DIR}/custom.list"
|
customDNSfile="${PI_HOLE_CONFIG_DIR}/custom.list"
|
||||||
# Pi-hole needs an IP address; to begin, these variables are empty since we don't know what the IP is until
|
# Pi-hole needs an IP address; to begin, these variables are empty since we don't know what the IP is until
|
||||||
# this script can run
|
# this script can run
|
||||||
IPV4_ADDRESS=${IPV4_ADDRESS}
|
IPV4_ADDRESS=${IPV4_ADDRESS}
|
||||||
|
|
Loading…
Reference in New Issue