X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Ffail2ban%2Ffail2ban.conf;fp=etc%2Ffail2ban%2Ffail2ban.conf;h=703a0ea75372cd6eee356a02848b6f7b1615cc2c;hb=e314db226abb21f95cd9394cbd27e8bb2c072acb;hp=0000000000000000000000000000000000000000;hpb=405f91392c2ac65dfe68d987303908e8b02a32f3;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/fail2ban/fail2ban.conf b/etc/fail2ban/fail2ban.conf new file mode 100644 index 0000000..703a0ea --- /dev/null +++ b/etc/fail2ban/fail2ban.conf @@ -0,0 +1,34 @@ +# Fail2Ban configuration file +# +# Author: Cyril Jaquier +# +# $Revision: 629 $ +# + +[Definition] + +# Option: loglevel +# Notes.: Set the log level output. +# 1 = ERROR +# 2 = WARN +# 3 = INFO +# 4 = DEBUG +# Values: NUM Default: 3 +# +loglevel = 3 + +# Option: logtarget +# Notes.: Set the log target. This could be a file, SYSLOG, STDERR or STDOUT. +# Only one log target can be specified. +# Values: STDOUT STDERR SYSLOG file Default: /var/log/fail2ban.log +# +logtarget = /var/log/fail2ban.log + +# Option: socket +# Notes.: Set the socket file. This is used to communicate with the daemon. Do +# not remove this file when Fail2ban runs. It will not be possible to +# communicate with the server afterwards. +# Values: FILE Default: /var/run/fail2ban/fail2ban.sock +# +socket = /var/run/fail2ban/fail2ban.sock +