From 82c29fa83c31cec462dd3c0d7d47d3e43c886470 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 8 Nov 2020 19:06:02 +0100 Subject: [PATCH] Add two new block-lists Signed-off-by: Knut Ahlers --- blacklist-config.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/blacklist-config.yaml b/blacklist-config.yaml index 2bae6ba..71568e1 100644 --- a/blacklist-config.yaml +++ b/blacklist-config.yaml @@ -45,11 +45,21 @@ providers: action: blacklist type: hosts-file + - name: Anudeep's Blacklist # License: MIT License, URL: https://github.com/anudeepND/blacklist + url: https://raw.githubusercontent.com/anudeepND/blacklist/master/adservers.txt + action: blacklist + type: hosts-file + - name: Axel-Springer-Blocker # License: GPLv3, URL: https://github.com/revengeday/axelspringerblocker/ url: https://raw.githubusercontent.com/revengeday/axelspringerblocker/master/hosts action: blacklist type: domain-list + - name: Badd Boyz Hosts # License: MIT License, URL: https://github.com/mitchellkrogza/Badd-Boyz-Hosts + url: https://raw.githubusercontent.com/mitchellkrogza/Badd-Boyz-Hosts/master/hosts + action: blacklist + type: hosts-file + - name: CoinBlocker # License: GPLv3, URL: https://gitlab.com/ZeroDot1/CoinBlockerLists url: https://zerodot1.gitlab.io/CoinBlockerLists/hosts_browser action: blacklist