Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fail2ban] Use <ADDR> rather than <HOST> when we only need an IP address
The fail2ban documentation says that if we don't need DNS resolution, we should use `<ADDR>` instead of `<HOST>`: https://github.com/fail2ban/fail2ban/wiki/Best-practice I confirmed using `fail2ban-regex` that it produces the same results on a sample of 10,000 log entries, and that it is consistently a little faster.
- Loading branch information