From f62640668500eba1da26aca122dc2df5ccbfe695 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Fri, 3 Mar 2017 23:14:12 +0100 Subject: [PATCH] Revert #1273 --- advanced/01-pihole.conf | 2 ++ automated install/basic-install.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/advanced/01-pihole.conf b/advanced/01-pihole.conf index 484f444c..0ddf1caa 100644 --- a/advanced/01-pihole.conf +++ b/advanced/01-pihole.conf @@ -32,6 +32,8 @@ no-resolv server=@DNS1@ server=@DNS2@ +interface=@INT@ + cache-size=10000 log-queries diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 219b08cb..f168675e 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -608,6 +608,7 @@ version_check_dnsmasq() { echo -n "::: Copying 01-pihole.conf to /etc/dnsmasq.d/01-pihole.conf..." cp ${dnsmasq_pihole_01_snippet} ${dnsmasq_pihole_01_location} echo " done." + sed -i "s/@INT@/$PIHOLE_INTERFACE/" ${dnsmasq_pihole_01_location} if [[ "${PIHOLE_DNS_1}" != "" ]]; then sed -i "s/@DNS1@/$PIHOLE_DNS_1/" ${dnsmasq_pihole_01_location} else