Releases: hl2guide/Filterlist-for-AdGuard-or-PiHole
2.70 - Final Release (Generator)
This is the final release and includes the generator file for those who are interested and have Python and PowerShell skills.
Please Note: I provide it "AS IS" and please understand that I will not respond to support questions regarding it.
In the zip file please thoroughly read 'GENERATOR_INSTRUCTIONS.md'.
Filterlist-for-AdGuard-or-PiHole-2.70-Archived-Final Generator.zip
2.62 - Lists Added
Added a few more lists.
2.61 - IPSets Added
Added more lists of IPs (IPSets).
2.60 - Modular Whitelists
Release of additional modular whitelists.
2.59C - Maintenance
🧹 Cleaned up generator script and list links.
2.59B - Improved Documentation
- Improved the documentation
2.59A - Whitelist Refresh
Refreshed the whitelist to be more targeted and specific.
The whitelist is now in flux.
It is being updated frequently.
It will take around one month to settle.
2.59 - Upgraded Python Toolchain
Upgraded Python Toolchain to use 3.9.3.
2.58 - Added More IP Lists
- Added more lists that use specific IP addresses (IPSets)
- Blocks bots, CleanTalk scammers and cybercrime
- Blocks spyware, malware, spam and spammers
- Blocks info harvesters, viruses, and malware
It's a nice new layer of security, enjoy!
2.57 - Massive Cleanup
- Fixed the blocklists to only contain purely domains and IP addresses
e.g. the code stub:
# Removes junk lines (2.57)
# Regular expression: line starts with: ( OR * OR - OR . OR /
regexJunkPrefixes = "^(\(|\*|\-|\.|\/)"
if re.match(regexJunkPrefixes, line):
# Makes the line empty if it is junk
line = ''