Skip to content
This repository was archived by the owner on Aug 8, 2022. It is now read-only.

Commit f8b31aa

Browse files
authored
Conf naming
1 parent b2621fc commit f8b31aa

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

root/defaults/fail2ban/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ enabled = true
3636
action = %(known/action)s
3737
abuseipdb[abuseipdb_apikey="%(known/abuseipdb_apikey)s", abuseipdb_category="18,22"]
3838

39-
[unraid-webgui-auth]
40-
# configuration inherits from jail.d/unraid-webgui-auth.conf
39+
[unraid-webgui]
40+
# configuration inherits from jail.d/unraid-webgui.conf
4141
enabled = true
4242
port = http,https,YOUR-UNRAID-MY-SERVERS-WAN-PORT
4343
action = %(known/action)s
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Fail2Ban jail configuration for unRAID web GUI
22
# Works OOTB with defaults
33

4-
[unraid-webgui-auth]
4+
[unraid-webgui]
55

66
enabled = false
77
chain = INPUT
88
port = http,https
9-
filter = unraid-webgui-auth
9+
filter = unraid-webgui
1010
logpath = /var/log/syslog

0 commit comments

Comments
 (0)