diff --git a/Resources/source.txt b/Resources/source.txt index 931c333..5928e01 100644 --- a/Resources/source.txt +++ b/Resources/source.txt @@ -11,6 +11,7 @@ https://urlhaus.abuse.ch/downloads/rpz/ https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-blocklist.txt https://github.com/DandelionSprout/adfilt/raw/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareDomains.txt https://block.energized.pro/basic/formats/filter +https://hblock.molinero.dev/hosts_unbound.conf # veneto https://blokada.org/mirror/v5/exodusprivacy/standard/hosts.txt diff --git a/action.py b/action.py index 9a0b5b1..422bce7 100644 --- a/action.py +++ b/action.py @@ -27,7 +27,8 @@ UCATE_SOURCE = [ 'https://github.com/minoplhy/filters/raw/main/Resources/blocked.txt', 'https://gitlab.com/quidsup/notrack-blocklists/raw/master/notrack-blocklist.txt', 'https://github.com/DandelionSprout/adfilt/raw/master/Alternate%20versions%20Anti-Malware%20List/AntiMalwareDomains.txt', -'https://block.energized.pro/basic/formats/filter' +'https://block.energized.pro/basic/formats/filter', +'https://hblock.molinero.dev/hosts_unbound.conf' ] crawler.clear_old_files(incoming)