Skip to content

Commit d56f487

Browse files
committed
Add 0.11.1 as additional supported fail2ban version
1 parent 367c091 commit d56f487

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ A web-based dashboard for `fail2ban` which uses the `/var/run/fail2ban/fail2ban.
88
![Screenshot of fail2ban-dashboard](./images/screenshot.png "Screenshot of fail2ban-dashboard")
99

1010
Tested with the following `fail2ban` versions
11+
- `0.11.1`
1112
- `0.11.2`
1213
- `1.0.1`
1314
- `1.0.2`

cmd/fail2ban-dashboard/fail2ban-dashboard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
var Version = "development"
1919
var GitHash = "none"
2020

21-
var supportedVersions = []string{"0.11.2", "1.0.1", "1.0.2", "1.1.0"}
21+
var supportedVersions = []string{"0.11.1", "0.11.2", "1.0.1", "1.0.2", "1.1.0"}
2222

2323
var rootCmd = &cobra.Command{
2424
Use: "fail2ban-dashboard",

0 commit comments

Comments
 (0)