Skip to content

Commit

Permalink
Merge pull request #534 from linuxserver/man-fail2ban
Browse files Browse the repository at this point in the history
Add working link for fail2ban-client manpage
  • Loading branch information
drizuid authored Jan 10, 2025
2 parents db05a6b + ff8cf3b commit 0cddb6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ app_setup_block: |
* You can check which jails are active via `docker exec -it swag fail2ban-client status`
* You can check the status of a specific jail via `docker exec -it swag fail2ban-client status <jail name>`
* You can unban an IP via `docker exec -it swag fail2ban-client set <jail name> unbanip <IP>`
* A list of commands can be found here: <https://www.fail2ban.org/wiki/index.php/Commands>
* A list of commands for fail2ban-client can be found [here](https://manpages.ubuntu.com/manpages/noble/man1/fail2ban-client.1.html)
### Updating configs
Expand Down

0 comments on commit 0cddb6d

Please sign in to comment.