From 6f764bf1ddb49fa59e2381cf682dcae22e3e0615 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sat, 6 Feb 2016 01:55:45 +0000 Subject: [PATCH] brought list of example domains into wiki page --- Customising-sources-for-ad-lists.md | 32 ++++++++++++++++++++++++++--- 1 file changed, 29 insertions(+), 3 deletions(-) diff --git a/Customising-sources-for-ad-lists.md b/Customising-sources-for-ad-lists.md index 8815423..189b75d 100644 --- a/Customising-sources-for-ad-lists.md +++ b/Customising-sources-for-ad-lists.md @@ -12,12 +12,38 @@ http://mirror1.malwaredomains.com/files/justdomains There are many block-lists available on the Internet, and we have not tried and tested them all, but we have found the above listed to be reliable. -One such list is `http://adblock.mahakala.is/`, though be warned, they have been known to block a lot of legitimate sites, including the entire `.com` range... - If you wish to remove any of these lists, or add your own on top, then make a copy of `adlists.default` and call it `adlists.list`. This will tell `gravity.sh` that you are using a custom list, and not the defaults. To do this, use the following commands: `cp /etc/pihole/adlists.default /etc/pihole/adlists.list` (to make a copy) -`nano /etc/pihole/adlists.list` (to make changes to `adlists.list`) \ No newline at end of file +`nano /etc/pihole/adlists.list` (to make changes to `adlists.list`) + + +### List Of Sites With Lists To Block +Here are a few links to get you started. We haven’t verified if any of these lists are accurate or still updated. So add them to `adlists.list` at your own risk. + +* `http://adblock.mahakala.is/` (Though be warned, they have been known to block a lot of legitimate sites, including the entire `.com` range...) +* `http://cdn.files.trjlive.com/hosts/hosts-v8.txt` +* `https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt` +* `https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt` +* `https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist` +* `http://sysctl.org/cameleon/hosts` +* `http://securemecca.com/Downloads/hosts.txt` +* `https://hosts.neocities.org/` +* `http://tcpdiag.dl.sourceforge.net/project/adzhosts/HOSTS.txt` +* `http://optimate.dl.sourceforge.net/project/adzhosts/HOSTS.txt` +* `http://mirror1.malwaredomains.com/files/justdomains` +* `https://raw.githubusercontent.com/reek/anti-adblock-killer/master/anti-adblock-killer-filters.txt` +* `http://spam404bl.com/spam404scamlist.txt` +* `http://malwaredomains.lehigh.edu/files/domains.txt` +* `http://download.networktoolbox.de/dnsmasq.conf.tail` +* `http://jansal.googlecode.com/svn/trunk/adblock/hosts` +* `http://www.sa-blacklist.stearns.org/sa-blacklist/sa-blacklist.current` +* `https://easylist-downloads.adblockplus.org/malwaredomains_full.txt` +* `https://easylist-downloads.adblockplus.org/easyprivacy.txt` +* `https://easylist-downloads.adblockplus.org/easylist.txt` +* `https://easylist-downloads.adblockplus.org/fanboy-annoyance.txt` +* `http://www.fanboy.co.nz/adblock/opera/urlfilter.ini` +* `http://www.fanboy.co.nz/adblock/fanboy-tracking.txt` \ No newline at end of file