Initial commit
This commit is contained in:
commit
2e2e08ad91
|
@ -0,0 +1,144 @@
|
|||
# Blocky
|
||||
# Blocking domains the way you want it.
|
||||
# Copyright EonaCat (Jeroen Saey) 2017
|
||||
# https://blocky.eonacat.com
|
||||
|
||||
#################################
|
||||
#### BLOCKY BLOCKING DOMAINS ####
|
||||
#################################
|
||||
|
||||
# BlockyHosts
|
||||
https://git.saey.me/EonaCat/BlockyHosts/raw/master/blockyHosts
|
||||
|
||||
###############################
|
||||
#### PORN BLOCKING DOMAINS ####
|
||||
###############################
|
||||
|
||||
#PornHost
|
||||
https://raw.githubusercontent.com/Clefspeare13/pornhosts/master/0.0.0.0/hosts
|
||||
|
||||
#############################
|
||||
#### AD BLOCKING DOMAINS ####
|
||||
#############################
|
||||
#mother of all adblock
|
||||
https://raw.githubusercontent.com/f4bio/magisk-hosts-adblock-moaab/master/system/etc/hosts
|
||||
|
||||
#blockedlist
|
||||
http://lists.blocklist.de/lists/all.txt
|
||||
|
||||
# ads, updated often
|
||||
https://hosts-file.net/ad_servers.txt
|
||||
https://adaway.org/hosts.txt
|
||||
|
||||
#ReddestDream
|
||||
https://reddestdream.github.io/Projects/MinimalHosts/etc/MinimalHostsBlocker/minimalhosts
|
||||
|
||||
#Yoyo
|
||||
https://pgl.yoyo.org/adservers/serverlist.php?showintro=0&mimetype=plaintext
|
||||
|
||||
#StevenBlack
|
||||
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts
|
||||
|
||||
#StevenBlack all categories (FakeNews + Gambling + Porn)
|
||||
https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts
|
||||
|
||||
#MalwareDomains
|
||||
https://mirror1.malwaredomains.com/files/justdomains
|
||||
|
||||
#Cameleon
|
||||
http://sysctl.org/cameleon/hosts
|
||||
|
||||
#Zeustracker
|
||||
https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
|
||||
|
||||
#Disconnect.me Tracking
|
||||
https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt
|
||||
|
||||
#Disconnect.me Ads
|
||||
https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt
|
||||
|
||||
# malware - updated often
|
||||
http://www.malwaredomainlist.com/hostslist/hosts.txt
|
||||
|
||||
## filtering microsoft spyware
|
||||
https://raw.githubusercontent.com/0xTony/Web-Filters/master/source-blacklist-ms
|
||||
|
||||
# regex finds
|
||||
https://raw.githubusercontent.com/0xTony/Web-Filters/master/source-blacklist-regex
|
||||
|
||||
#hpHosts ad-tracking servers
|
||||
https://hosts-file.net/download/hosts.txt
|
||||
|
||||
#Dan Pollock's hosts file
|
||||
http://someonewhocares.org/hosts/hosts
|
||||
|
||||
#Adguard DNS
|
||||
https://v.firebog.net/hosts/AdguardDNS.txt
|
||||
|
||||
#Trackers
|
||||
https://raw.githubusercontent.com/quidsup/notrack/master/trackers.txt
|
||||
|
||||
#Hosts File Project
|
||||
http://hostsfile.mine.nu/Hosts
|
||||
|
||||
|
||||
|
||||
|
||||
##################
|
||||
#Malware domains
|
||||
##################
|
||||
|
||||
#JustDomains
|
||||
https://mirror1.malwaredomains.com/files/justdomains
|
||||
|
||||
#Long-lived malware domains
|
||||
https://mirror.cedia.org.ec/malwaredomains/immortal_domains.txt
|
||||
|
||||
#malwareDomains
|
||||
#https://www.malwaredomainlist.com/hostslist/hosts.txt
|
||||
|
||||
#Malware domains.com
|
||||
https://mirror.cedia.org.ec/malwaredomains/justdomains
|
||||
|
||||
#Malware Domain List
|
||||
https://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt
|
||||
|
||||
#MVPS HOSTS
|
||||
http://winhelp2002.mvps.org/hosts.txt
|
||||
|
||||
#Peter Lowe’s Ad server list
|
||||
https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext
|
||||
|
||||
#Shalla
|
||||
https://v.firebog.net/hosts/Shalla-mal.txt
|
||||
|
||||
#Youtube ads (experimental)
|
||||
https://github.com/anudeepND/youtubeadsblackList/blob/master/domainlist.txt
|
||||
|
||||
##########################
|
||||
#Mining blocking
|
||||
##########################
|
||||
|
||||
https://raw.githubusercontent.com/hoshsadiq/adblock-nocoin-list/master/hosts.txt
|
||||
|
||||
|
||||
##################
|
||||
#### CUSTOM ADDITIONAL LISTS
|
||||
|
||||
# TOR Exit Nodes
|
||||
https://check.torproject.org/cgi-bin/TorBulkExitList.py?ip=1.1.1.1
|
||||
|
||||
# C.I. Army Malicious IP List
|
||||
http://cinsscore.com/list/ci-badguys.txt
|
||||
|
||||
# blocklist.de attackers
|
||||
https://lists.blocklist.de/lists/all.txt
|
||||
|
||||
# GreenSnow
|
||||
http://blocklist.greensnow.co/greensnow.txt
|
||||
|
||||
# Firehol Level 1
|
||||
https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/firehol_level1.netset
|
||||
|
||||
# Stopforumspam via Firehol
|
||||
https://raw.githubusercontent.com/firehol/blocklist-ipsets/master/stopforumspam_7d.ipset
|
Loading…
Reference in New Issue