From 8819e58882838be199f25b1a5f90d2bbef25f1c2 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Wed, 19 Oct 2016 20:15:36 -0700 Subject: [PATCH 1/3] Remove problem list, sends in Unicode - Not adware Fixes #816 --- adlists.default | 3 --- 1 file changed, 3 deletions(-) diff --git a/adlists.default b/adlists.default index 5a803400..20b48008 100644 --- a/adlists.default +++ b/adlists.default @@ -42,9 +42,6 @@ https://raw.githubusercontent.com/quidsup/notrack/master/trackers.txt # Block the BBC News website Breaking News banner #https://raw.githubusercontent.com/BreakingTheNews/BreakingTheNews.github.io/master/hosts -# List of known C&C malware servers (see https://github.com/pi-hole/pi-hole/issues/528) -https://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt - # Untested Lists: #https://raw.githubusercontent.com/reek/anti-adblock-killer/master/anti-adblock-killer-filters.txt #https://raw.githubusercontent.com/Dawsey21/Lists/master/main-blacklist.txt From b5b6350cc7b1c3860dd8e7fdec23566b4ea2f86f Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Thu, 20 Oct 2016 03:42:25 -0700 Subject: [PATCH 2/3] Add file change warning to header --- advanced/pihole.cron | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/advanced/pihole.cron b/advanced/pihole.cron index 2d06fbbc..ca1639f6 100644 --- a/advanced/pihole.cron +++ b/advanced/pihole.cron @@ -8,6 +8,11 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. +# +# This file is under source-control of the Pi-hole installtion and update +# scripts, any changes made to this file will be overwritten when the softare +# is updated or re-installed. Please make any changes to the appropriate crontab +# or other cron file snippets. # Pi-hole: Update the ad sources once a week on Sunday at 01:59 # Download any updates from the adlists From e6bd979aeb0d8632bab491af3ccbf34d03ba60ad Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Thu, 20 Oct 2016 04:27:12 -0700 Subject: [PATCH 3/3] Can't spell Fix spelling error --- advanced/pihole.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advanced/pihole.cron b/advanced/pihole.cron index ca1639f6..fd557fbd 100644 --- a/advanced/pihole.cron +++ b/advanced/pihole.cron @@ -9,7 +9,7 @@ # the Free Software Foundation, either version 2 of the License, or # (at your option) any later version. # -# This file is under source-control of the Pi-hole installtion and update +# This file is under source-control of the Pi-hole installation and update # scripts, any changes made to this file will be overwritten when the softare # is updated or re-installed. Please make any changes to the appropriate crontab # or other cron file snippets.