Filterlist For AdGuard Or PiHole Versions Save

A very aggressive filter-list that consolidates over 370 lists for use in AdGuard Home, Pi-Hole or similar.

v2.70

2 years ago

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

v2.62

2 years ago

Added a few more lists.

v2.61

2 years ago

Added more lists of IPs (IPSets).

v2.60

2 years ago

Release of additional modular whitelists.

v2.59C

2 years ago

🧹 Cleaned up generator script and list links.

v2.59B

2 years ago
  • Improved the documentation

v2.59A

2 years ago

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.

v2.59

3 years ago

Upgraded Python Toolchain to use 3.9.3.

v2.58

3 years ago
  • 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!

v2.57

3 years ago
  • 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 = ''