Skip to content

Commit

Permalink
Update fail2ban.md
Browse files Browse the repository at this point in the history
added sudo to step three test
  • Loading branch information
jameskimmel authored Sep 15, 2023
1 parent e8857c5 commit d597cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/networking/fail2ban.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ sudo systemctl status fail2ban
Assuming you've at least one failed authentication attempt, you can test this new jail with `fail2ban-regex`:

```bash
fail2ban-regex /path_to_logs/*.log /etc/fail2ban/filter.d/jellyfin.conf --print-all-matched
sudo fail2ban-regex /path_to_logs/*.log /etc/fail2ban/filter.d/jellyfin.conf --print-all-matched
```

0 comments on commit d597cdc

Please sign in to comment.