Replace static host list with regexp automatically

Hi,

If I have understood correctly, this tool GitHub - noprompt/frak: Transform collections of strings into regular expressions. transforms collections of strings into regular expressions.

That would be awful to have this function implemented in order to reduce the size of blacklist.

Slower, yes, but it is easier to block using regexp as you may not be aware about all the existing hostname to block.

gravity uses much more memory also (I am using Pi one), regexp allows blocking more with less :slight_smile:

Closing in favor of

https://discourse.pi-hole.net/t/reduce-size-gravity-list-with-active-wildcard-and-regex-entries/10698