mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-01-15 02:35:53 +01:00
regex isn't fully parsing the complicated csv file
Not all URLs are extracted from the complicated csv file. However, they do offer a txt file for the same list, which does work correctly with the current regex: https://www.malwaredomainlist.com/forums/index.php?topic=3270.0 This url replacement pull request is easier than rewriting the entire regex (which then breaks other lists).
This commit is contained in:
parent
4e76cd2245
commit
da48434483
@ -40,7 +40,7 @@ https://mirror1.malwaredomains.com/files/justdomains
|
||||
https://ransomwaretracker.abuse.ch/downloads/RW_DOMBL.txt
|
||||
|
||||
# Malware Domain List
|
||||
https://www.malwaredomainlist.com/mdlcsv.php?inactive=off
|
||||
https://www.malwaredomainlist.com/hostslist/hosts.txt
|
||||
|
||||
# Adblock Warning Removal List
|
||||
https://easylist-downloads.adblockplus.org/antiadblockfilters.txt
|
||||
|
Loading…
Reference in New Issue
Block a user