mirror of
https://github.com/moparisthebest/pi-hole
synced 2024-11-22 09:12:16 -05:00
Automatic detection via hostname command
This commit is contained in:
parent
5d37b59768
commit
a11fe15d1b
@ -3,7 +3,7 @@
|
|||||||
# Address to send ads to (the RPi)
|
# Address to send ads to (the RPi)
|
||||||
piholeIP="127.0.0.1"
|
piholeIP="127.0.0.1"
|
||||||
# Optionally, uncomment to automatically detect the local IP address.
|
# Optionally, uncomment to automatically detect the local IP address.
|
||||||
# piholeIP=$(hostname -I)
|
#piholeIP=$(hostname -I)
|
||||||
|
|
||||||
# Config file to hold URL rules
|
# Config file to hold URL rules
|
||||||
eventHorizion="/etc/dnsmasq.d/adList.conf"
|
eventHorizion="/etc/dnsmasq.d/adList.conf"
|
||||||
|
Loading…
Reference in New Issue
Block a user