We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
i want to block all subdomains blog. for all domains and create this rule: /blog.*/
In this case also blocked subdomains like: blogs. blogger. blogging. domain.blog.com test.blogs.net.co etc.
How do I properly write a regular expression to avoid this? How do I properly write a regular expression to avoid this?
Thank you.
The text was updated successfully, but these errors were encountered:
Do you really need regex for this?
Why not ||blog. ?
||blog.
Sorry, something went wrong.
Do you really need regex for this? Why not ||blog. ?
Thanks for the answer, but I 'm not sure... I ask about regular expressions as Pi-Hole supports something similar: https://raw.githubusercontent.com/mmotti/pihole-regex/master/regex.list
I am not a fan of regular expressions.
Prefer adblock-style syntax when it's possible. It is easier to use and it will work much faster than regular expressions: https://github.com/AdguardTeam/AdGuardHome/wiki/Hosts-Blocklists
No branches or pull requests
Hello,
i want to block all subdomains blog. for all domains and create this rule:
/blog.*/
In this case also blocked subdomains like:
blogs.
blogger.
blogging.
domain.blog.com
test.blogs.net.co
etc.
How do I properly write a regular expression to avoid this? How do I properly write a regular expression to avoid this?
Thank you.
The text was updated successfully, but these errors were encountered: