Perflyst / PiHoleBlocklist

PiHole and AGH Blocklists
MIT License
789 stars 116 forks source link

Integrate regex.list items into blocklists using ABP-style domains #156

Open rpakishore opened 7 months ago

rpakishore commented 7 months ago

Pihole now support ABP-style requests

We can eliminate the need for manual regex entries by directly including them in the block lists.

Example: (^|\.)lgsmartad\.com from regex.list can be replaced by ||lgsmartad.com^ in blocklist.

rpakishore commented 7 months ago

Please let me know if I can create a PR to address this issue.