mirror of
https://github.com/luzifer-docker/personal-dns.git
synced 2024-11-09 10:10:00 +00:00
Add more lists from PiHole default lists
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
bc88805e4c
commit
db7c4809ea
1 changed files with 25 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue