Now this is interesting.
-
Now this is interesting. I #SelfHost #PiHole for DNS blocking. I'm on:
Docker Tag 2026.02.0
Core v6.4
FTL v6.5
Web interface v6.4.1Regexes are borked. If I regex block the domains like "*bananas*", it will block banana.com. No S.
If I block something like *googles*, then it actually blocks any "google" domain. The last char is being clipped before the regex is built. Or at least it looks that way.
-
Now this is interesting. I #SelfHost #PiHole for DNS blocking. I'm on:
Docker Tag 2026.02.0
Core v6.4
FTL v6.5
Web interface v6.4.1Regexes are borked. If I regex block the domains like "*bananas*", it will block banana.com. No S.
If I block something like *googles*, then it actually blocks any "google" domain. The last char is being clipped before the regex is built. Or at least it looks that way.
@thatdnaguy hmmm
If we are talking regex, a star means the preceding character is optional (or it can repeat) so yeah, banana (no S) works