mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-05 01:09:37 +00:00
Added fail2ban, though not sure its configured correctly yet
This commit is contained in:
12
docker/rootfs/fail2ban/jail.d/unraid-sshd.conf
Normal file
12
docker/rootfs/fail2ban/jail.d/unraid-sshd.conf
Normal file
@ -0,0 +1,12 @@
|
||||
## Version 2022/08/07
|
||||
# Fail2Ban jail configuration for unRAID sshd
|
||||
# Works OOTB with defaults
|
||||
|
||||
# chain set to INPUT to apply bans at the host level
|
||||
|
||||
[unraid-sshd]
|
||||
|
||||
enabled = false
|
||||
port = ssh
|
||||
logpath = %(var_log_path)s/syslog
|
||||
filter = sshd[mode=aggressive]
|
Reference in New Issue
Block a user