hl2guide / Filterlist-for-AdGuard-or-PiHole

A very aggressive filter-list that consolidates over 370 lists for use in AdGuard Home, Pi-Hole or similar.
MIT License
372 stars 52 forks source link

Use of proper syntax for extra protection and compability reasons. #24

Closed DestroyTargetNonBasicLand closed 4 years ago

DestroyTargetNonBasicLand commented 4 years ago

Examples:

||google.com^ instead of google.com to block google and all its subdomains.

/((^)|(.))telemetry./ instead of ((^)|(.))telemetry. otherwise the REGEX rule simply doesn't work.

For allowlist: login.live.com or ||login.live.com^ instead of @@||login.live.com^$important

Adguard home automatically whitelists all the domains enrolled in DNS allowlist, rendering the @@ syntax redundant.

hl2guide commented 4 years ago

hmm, that runs mostly counter to the advice that I got from an AdGuard support email from 2 months ago. I think AdGuard Home is smart enough for this to not be an issue.