mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 02:06:25 +00:00
Added fail2ban, though not sure its configured correctly yet
This commit is contained in:
5
docker/rootfs/etc/s6-overlay/s6-rc.d/fail2ban/run
Executable file
5
docker/rootfs/etc/s6-overlay/s6-rc.d/fail2ban/run
Executable file
@ -0,0 +1,5 @@
|
||||
#!/command/with-contenv bash
|
||||
# shellcheck shell=bash
|
||||
|
||||
echo "❯ Starting fail2ban ..."
|
||||
exec /usr/bin/fail2ban-client -c /fail2ban -x -vv -f start
|
Reference in New Issue
Block a user