Skip to content

Commit 0cddb6d

Browse files
authored
Merge pull request #534 from linuxserver/man-fail2ban
Add working link for fail2ban-client manpage
2 parents db05a6b + ff8cf3b commit 0cddb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ app_setup_block: |
119119
* You can check which jails are active via `docker exec -it swag fail2ban-client status`
120120
* You can check the status of a specific jail via `docker exec -it swag fail2ban-client status <jail name>`
121121
* You can unban an IP via `docker exec -it swag fail2ban-client set <jail name> unbanip <IP>`
122-
* A list of commands can be found here: <https://www.fail2ban.org/wiki/index.php/Commands>
122+
* A list of commands for fail2ban-client can be found [here](https://manpages.ubuntu.com/manpages/noble/man1/fail2ban-client.1.html)
123123
124124
### Updating configs
125125

0 commit comments

Comments
 (0)