115 lines
5.0 KiB
Plaintext
115 lines
5.0 KiB
Plaintext
|
||
##################################################################################
|
||
# #
|
||
# Generate a black list of domains using public data sources, and the local #
|
||
# domains-blacklist-local-additions.txt file. #
|
||
# #
|
||
# The default configuration is just indicative, and corresponds to the one #
|
||
# used to produce the public "mybase" set. #
|
||
# #
|
||
# Comment out the URLs of the sources you wish to disable, leave the ones #
|
||
# you would like enabled uncommented. Then run the script to build the #
|
||
# dnscrypt-blacklist-domains.txt file: #
|
||
# #
|
||
# $ generate-domains-blacklist.py > dnscrypt-blacklist-domains.txt #
|
||
# #
|
||
# Domains that should never be blocked can be put into a file named #
|
||
# domains-whitelist.txt. #
|
||
# #
|
||
# That blacklist file can then be used in the dnscrypt-proxy.toml file: #
|
||
# #
|
||
# [blacklist] #
|
||
# #
|
||
# blacklist_file = 'dnscrypt-blacklist-domains.txt' #
|
||
# #
|
||
##################################################################################
|
||
|
||
# Local additions
|
||
file:domains-blacklist-local-additions.txt
|
||
|
||
# Bambenek malware C2s
|
||
https://osint.bambenekconsulting.com/feeds/c2-dommasterlist.txt
|
||
|
||
# hpHosts’ Ad and tracking servers
|
||
https://hosts-file.net/.%5Cad_servers.txt
|
||
|
||
# Malware domains
|
||
https://mirror1.malwaredomains.com/files/justdomains
|
||
|
||
# Abuse.ch Ransomware Tracker
|
||
https://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt
|
||
|
||
# Malware Domain List
|
||
http://www.malwaredomainlist.com/mdlcsv.php?inactive=off
|
||
|
||
# Adblock Warning Removal List
|
||
https://easylist-downloads.adblockplus.org/antiadblockfilters.txt
|
||
|
||
# EasyList
|
||
https://easylist-downloads.adblockplus.org/easylist_noelemhide.txt
|
||
|
||
# EasyList China
|
||
https://easylist-downloads.adblockplus.org/easylistchina.txt
|
||
|
||
# Fanboy’s Social Blocking List
|
||
https://easylist-downloads.adblockplus.org/fanboy-social.txt
|
||
|
||
# Peter Lowe’s Ad and tracking server list
|
||
https://pgl.yoyo.org/adservers/serverlist.php
|
||
|
||
# Spam404
|
||
https://raw.githubusercontent.com/Dawsey21/Lists/master/adblock-list.txt
|
||
|
||
# CJX Annoyance List
|
||
https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjxlist.txt
|
||
|
||
# EU: Prebake - Filter Obtrusive Cookie Notices
|
||
https://raw.githubusercontent.com/liamja/Prebake/master/obtrusive.txt
|
||
|
||
# Malvertising filter list by Disconnect
|
||
https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt
|
||
|
||
# Malware filter list by Disconnect
|
||
https://s3.amazonaws.com/lists.disconnect.me/simple_malware.txt
|
||
|
||
# Basic tracking list by Disconnect
|
||
https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
|
||
|
||
# Sysctl list (ads)
|
||
http://sysctl.org/cameleon/hosts
|
||
|
||
# KAD host file (fraud/adware) - https://github.com/azet12/KADhosts
|
||
https://raw.githubusercontent.com/azet12/KADhosts/master/KADhosts.txt
|
||
|
||
# BarbBlock list (spurious and invalid DMCA takedowns)
|
||
https://ssl.bblck.me/blacklists/domain-list.txt
|
||
|
||
# Dan Pollock's hosts list
|
||
http://someonewhocares.org/hosts/hosts
|
||
|
||
# NoTracking's list - blocking ads, trackers and other online garbage
|
||
https://raw.githubusercontent.com/notracking/hosts-blocklists/master/domains.txt
|
||
|
||
# CoinBlockerLists: blocks websites serving cryptocurrency miners - https://zerodot1.github.io/CoinBlockerLists/ - Contains false positives
|
||
# https://raw.githubusercontent.com/ZeroDot1/CoinBlockerLists/master/list_browser.txt
|
||
|
||
# Websites potentially publishing fake news
|
||
# https://raw.githubusercontent.com/marktron/fakenews/master/fakenews
|
||
|
||
# Quidsup NoTrack - Contains too many false positives to be enabled by default
|
||
# https://raw.githubusercontent.com/quidsup/notrack/master/trackers.txt
|
||
|
||
# Dynamic DNS services, sadly often used by malware
|
||
# https://mirror1.malwaredomains.com/files/dynamic_dns.txt
|
||
|
||
# Block pornography
|
||
# https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts
|
||
# https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts
|
||
# http://securemecca.com/Downloads/hosts.txt
|
||
|
||
# Block gambling sites
|
||
# https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/gambling-hosts
|
||
|
||
# Block social media sites
|
||
# https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/social-hosts
|