From a11fe15d1ba822ec951cdf62fcfe7e5dd4571b32 Mon Sep 17 00:00:00 2001 From: mospaeda Date: Mon, 23 Mar 2015 19:47:35 +0100 Subject: [PATCH] Automatic detection via hostname command --- gravity-adv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gravity-adv.sh b/gravity-adv.sh index 41fbf7a..4b62817 100755 --- a/gravity-adv.sh +++ b/gravity-adv.sh @@ -3,7 +3,7 @@ # Address to send ads to (the RPi) piholeIP="127.0.0.1" # Optionally, uncomment to automatically detect the local IP address. -# piholeIP=$(hostname -I) +#piholeIP=$(hostname -I) # Config file to hold URL rules eventHorizion="/etc/dnsmasq.d/adList.conf"