diff options
Diffstat (limited to 'main/fail2ban/fail2ban.confd')
-rw-r--r-- | main/fail2ban/fail2ban.confd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/fail2ban/fail2ban.confd b/main/fail2ban/fail2ban.confd new file mode 100644 index 0000000000..3c957b9221 --- /dev/null +++ b/main/fail2ban/fail2ban.confd @@ -0,0 +1,8 @@ +# Config file for /etc/init.d/fail2ban + +# For information on options, see "/usr/bin/fail2ban-client -h". + +FAIL2BAN_OPTIONS="" + +# Force execution of the server even if the socket already exists: +#FAIL2BAN_OPTIONS="-x" |