mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-03-29 03:31:34 +00:00
Automatic detection via hostname command
This commit is contained in:
parent
5d37b59768
commit
a11fe15d1b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue