From e9796d5671504749ca51655c6b37724bfdaeca5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Mon, 28 Sep 2020 06:15:46 +0200 Subject: [PATCH] Remove traces of previous default adlists MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- automated install/basic-install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 9e451753..e855efbc 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1313,8 +1313,6 @@ installDefaultBlocklists() { fi appendToListsFile StevenBlack appendToListsFile MalwareDom - appendToListsFile DisconTrack - appendToListsFile DisconAd } # Check if /etc/dnsmasq.conf is from pi-hole. If so replace with an original and install new in .d directory @@ -1381,10 +1379,10 @@ version_check_dnsmasq() { # sed -i '/^server=@DNS2@/d' "${dnsmasq_pihole_01_location}" fi - + # Set the cache size sed -i "s/@CACHE_SIZE@/$CACHE_SIZE/" ${dnsmasq_pihole_01_location} - + # sed -i 's/^#conf-dir=\/etc\/dnsmasq.d$/conf-dir=\/etc\/dnsmasq.d/' "${dnsmasq_conf}"