2018-01-17 15:28:07 +01:00
|
|
|
|
##################################################################################
|
|
|
|
|
# #
|
|
|
|
|
# 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. #
|
|
|
|
|
# #
|
2018-02-02 15:17:44 +01:00
|
|
|
|
# That blacklist file can then be used in the dnscrypt-proxy.toml file: #
|
2018-01-17 15:28:07 +01:00
|
|
|
|
# #
|
2018-02-02 15:17:44 +01:00
|
|
|
|
# [blacklist] #
|
|
|
|
|
# #
|
|
|
|
|
# blacklist_file = 'dnscrypt-blacklist-domains.txt' #
|
2018-01-17 15:28:07 +01:00
|
|
|
|
# #
|
|
|
|
|
##################################################################################
|
|
|
|
|
|
|
|
|
|
# Local additions
|
|
|
|
|
file:domains-blacklist-local-additions.txt
|
|
|
|
|
|
|
|
|
|
# Bambenek malware C2s
|
2018-02-08 16:18:40 +01:00
|
|
|
|
https://osint.bambenekconsulting.com/feeds/c2-dommasterlist.txt
|
2018-01-17 15:28:07 +01:00
|
|
|
|
|
|
|
|
|
# hpHosts’ Ad and tracking servers
|
2019-01-16 10:17:44 +01:00
|
|
|
|
https://hosts-file.net/ad_servers.txt
|
2018-01-17 15:28:07 +01:00
|
|
|
|
|
|
|
|
|
# Malware domains
|
2018-02-08 16:18:40 +01:00
|
|
|
|
https://mirror1.malwaredomains.com/files/justdomains
|
2018-01-17 15:28:07 +01:00
|
|
|
|
|
|
|
|
|
# Malware Domain List
|
2019-05-29 07:53:58 +02:00
|
|
|
|
https://www.malwaredomainlist.com/hostslist/hosts.txt
|
2018-01-17 15:28:07 +01:00
|
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
2018-05-03 08:19:20 +02:00
|
|
|
|
# RU AdList
|
|
|
|
|
# https://easylist-downloads.adblockplus.org/advblock.txt
|
|
|
|
|
|
2018-01-17 15:28:07 +01:00
|
|
|
|
# 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
|
2018-12-28 15:42:31 +01:00
|
|
|
|
https://someonewhocares.org/hosts/hosts
|
2018-01-17 15:28:07 +01:00
|
|
|
|
|
2018-03-26 20:43:42 +02:00
|
|
|
|
# NoTracking's list - blocking ads, trackers and other online garbage
|
2020-03-13 17:37:50 +01:00
|
|
|
|
https://raw.githubusercontent.com/notracking/hosts-blocklists/master/dnscrypt-proxy/dnscrypt-proxy.blacklist.txt
|
2018-03-26 20:43:42 +02:00
|
|
|
|
|
2019-12-01 16:01:17 +01:00
|
|
|
|
# NextDNS CNAME cloaking list
|
|
|
|
|
https://raw.githubusercontent.com/nextdns/cname-cloaking-blocklist/master/domains
|
|
|
|
|
|
|
|
|
|
# Minimal Hosts
|
|
|
|
|
https://reddestdream.github.io/Projects/MinimalHosts/etc/MinimalHostsBlocker/minimalhosts
|
|
|
|
|
|
|
|
|
|
# AdGuard Simplified Domain Names filter
|
|
|
|
|
https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt
|
|
|
|
|
|
2018-09-03 18:35:06 +02:00
|
|
|
|
# CoinBlockerLists: blocks websites serving cryptocurrency miners - https://gitlab.com/ZeroDot1/CoinBlockerLists/ - Contains false positives
|
|
|
|
|
# https://gitlab.com/ZeroDot1/CoinBlockerLists/raw/master/list_browser.txt
|
2018-02-11 20:46:41 +01:00
|
|
|
|
|
2018-01-17 15:28:07 +01:00
|
|
|
|
# Websites potentially publishing fake news
|
|
|
|
|
# https://raw.githubusercontent.com/marktron/fakenews/master/fakenews
|
|
|
|
|
|
2019-03-03 17:43:25 +01:00
|
|
|
|
# Quidsup NoTrack Blocklist - Contains too many false positives to be enabled by default
|
|
|
|
|
# https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-blocklist.txt
|
|
|
|
|
|
|
|
|
|
# Quidsup Malware Blocklist - Contains too many false positives to be enabled by default
|
|
|
|
|
# https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-malware.txt
|
2018-01-17 15:28:07 +01:00
|
|
|
|
|
2019-12-01 16:01:17 +01:00
|
|
|
|
# AntiSocial Blacklist is an extensive collection of potentially malicious domains
|
|
|
|
|
# https://theantisocialengineer.com/AntiSocial_Blacklist_Community_V1.txt
|
|
|
|
|
|
|
|
|
|
# Steven Black hosts file
|
|
|
|
|
# https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
|
|
|
|
|
|
|
|
|
|
# A list of adserving and tracking sites maintained by @anudeepND
|
|
|
|
|
# https://raw.githubusercontent.com/anudeepND/blacklist/master/adservers.txt
|
|
|
|
|
|
|
|
|
|
# Anudeep's Blacklist (CoinMiner) - Blocks cryptojacking sites
|
|
|
|
|
# https://raw.githubusercontent.com/anudeepND/blacklist/master/CoinMiner.txt
|
|
|
|
|
|
|
|
|
|
# Block Spotify ads
|
|
|
|
|
# https://raw.githubusercontent.com/CHEF-KOCH/Spotify-Ad-free/master/filter/Spotify-HOSTS.txt
|
|
|
|
|
|
|
|
|
|
# Energized Ultimate
|
|
|
|
|
# https://raw.githubusercontent.com/EnergizedProtection/block/master/ultimate/formats/domains.txt
|
|
|
|
|
|
2018-01-17 15:28:07 +01:00
|
|
|
|
# Dynamic DNS services, sadly often used by malware
|
2018-02-08 16:18:40 +01:00
|
|
|
|
# https://mirror1.malwaredomains.com/files/dynamic_dns.txt
|
2018-01-17 15:28:07 +01:00
|
|
|
|
|
|
|
|
|
# Block pornography
|
|
|
|
|
# https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts
|
|
|
|
|
# https://raw.githubusercontent.com/Sinfonietta/hostfiles/master/pornography-hosts
|
2019-12-01 16:01:17 +01:00
|
|
|
|
# https://raw.githubusercontent.com/cbuijs/shallalist/master/porn/domains
|
|
|
|
|
# https://raw.githubusercontent.com/olbat/ut1-blacklists/master/blacklists/adult/domains
|
2018-01-17 15:28:07 +01:00
|
|
|
|
|
|
|
|
|
# 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
|