mirror of https://github.com/fail2ban/fail2ban
small typo
parent
587e9dc599
commit
7b2859b5e2
|
@ -31,7 +31,7 @@ Why this IP was banned you can find in the `fail2ban.log` (search for lines befo
|
|||
Otherwise take a look in the corresponding log file on the time from which fail2ban logged the failure.
|
||||
|
||||
Or try to use `fail2ban-regex` with log-file and filter-file as arguments.<br/>
|
||||
E. g. if you'll see why the IP-address was banned in sshd jail:
|
||||
E. g. if you want to see why the IP-address was banned in sshd jail:
|
||||
```
|
||||
# auth.log:
|
||||
fail2ban-regex --print-all-matched /var/log/auth.log /etc/fail2ban/filter.d/sshd | grep 192.0.2.25
|
||||
|
|
Loading…
Reference in New Issue