From 16dc139d0ba7e1ed3e11009276946017729501a7 Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Mon, 14 Nov 2016 16:08:28 -0500 Subject: [PATCH] Updated Customising Sources for Ad Lists (markdown) --- Customising-Sources-for-Ad-Lists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Customising-Sources-for-Ad-Lists.md b/Customising-Sources-for-Ad-Lists.md index 04a7733..811dca5 100644 --- a/Customising-Sources-for-Ad-Lists.md +++ b/Customising-Sources-for-Ad-Lists.md @@ -69,7 +69,7 @@ We've included many of these lists in `adlists.default`, but they are commented ### These Lists Will Need Additional Parsing Logic The lists below are not in standard hosts format. Since Pi-hole blocks ads at the DNS level, **just** the domain name needs to be extracted from the lists. To do this, you will likely need to use `sed` and `awk` to parse down to get just the domain names. -* `http://jansal.googlecode.com/svn/trunk/adblock/hosts` +* `https://github.com/lewisje/jansal/blob/master/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`