From db7c4809eae5ceb064b6b493823582b6e66dcad2 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Mon, 10 Feb 2020 01:16:12 +0100 Subject: [PATCH] Add more lists from PiHole default lists Signed-off-by: Knut Ahlers --- blacklist-config.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/blacklist-config.yaml b/blacklist-config.yaml index 2f4ea05..aff856b 100644 --- a/blacklist-config.yaml +++ b/blacklist-config.yaml @@ -60,6 +60,16 @@ providers: action: blacklist type: hosts-file + - name: Disconnect.me - Simple Ad # License: GPLv3, URL: https://disconnect.me + url: https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt + action: blacklist + type: domain-list + + - name: Disconnect.me - Simple Tracking # License: GPLv3, URL: https://disconnect.me + url: https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt + action: blacklist + type: domain-list + - name: hostsVN # License: MIT, URL: https://github.com/bigdargon/hostsVN url: https://raw.githubusercontent.com/bigdargon/hostsVN/master/option/hosts-VN action: blacklist @@ -70,6 +80,16 @@ providers: action: blacklist type: hosts-file + - name: Malwarebytes - ATS # License: Custom EULA, URL: https://hosts-file.net/ + url: https://hosts-file.net/ad_servers.txt + action: blacklist + type: hosts-file + + - name: Malware Domains # License: Free for non-commercial, DEPRECATED 2018, URL: http://www.malwaredomains.com/ + url: https://mirror1.malwaredomains.com/files/justdomains + action: blacklist + type: domain-list + - name: Malware Domain List # License: can be used for free by anyone, URL: https://www.malwaredomainlist.com/ url: https://www.malwaredomainlist.com/hostslist/hosts.txt action: blacklist @@ -90,6 +110,11 @@ providers: action: blacklist type: hosts-file + - name: SysCtl # DEPRECATED 2018, URL: https://sysctl.org/cameleon/ + url: http://sysctl.org/cameleon/hosts + action: blacklist + type: hosts-file + - name: Tiuxo hostlist - ads # License: CC BY 4.0, URL: https://github.com/tiuxo/hosts url: https://raw.githubusercontent.com/tiuxo/hosts/master/ads action: blacklist