mirror of
https://github.com/luzifer-docker/personal-dns.git
synced 2024-12-20 20:51:18 +00:00
Add two new block-lists
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
b32e62c4ea
commit
82c29fa83c
1 changed files with 10 additions and 0 deletions
|
@ -45,11 +45,21 @@ providers:
|
||||||
action: blacklist
|
action: blacklist
|
||||||
type: hosts-file
|
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/
|
- name: Axel-Springer-Blocker # License: GPLv3, URL: https://github.com/revengeday/axelspringerblocker/
|
||||||
url: https://raw.githubusercontent.com/revengeday/axelspringerblocker/master/hosts
|
url: https://raw.githubusercontent.com/revengeday/axelspringerblocker/master/hosts
|
||||||
action: blacklist
|
action: blacklist
|
||||||
type: domain-list
|
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
|
- name: CoinBlocker # License: GPLv3, URL: https://gitlab.com/ZeroDot1/CoinBlockerLists
|
||||||
url: https://zerodot1.gitlab.io/CoinBlockerLists/hosts_browser
|
url: https://zerodot1.gitlab.io/CoinBlockerLists/hosts_browser
|
||||||
action: blacklist
|
action: blacklist
|
||||||
|
|
Loading…
Reference in a new issue