mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-03 02:08:12 -05:00
6 lines
146 B
Plaintext
Executable File
6 lines
146 B
Plaintext
Executable File
#!/command/with-contenv bash
|
||
# shellcheck shell=bash
|
||
|
||
echo "❯ Starting fail2ban ..."
|
||
exec /usr/bin/fail2ban-client -c /fail2ban -x -vv -f start
|