Permit regex ignores ?
I may not want to blocklist some matches, for example local IPs. A configuration extension could be: ```yml patterns: ip: match: [regex] ignore: - 127.0.0.1 - ::1 ```
issue