mirror of https://github.com/fail2ban/fail2ban
- Added "socket" option
git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@412 a942ae1a-1317-0410-a47c-b1dcaea8d6050.x
parent
ebae6d70aa
commit
9a96428bd2
|
@ -22,3 +22,11 @@ loglevel = 3
|
||||||
# Values: STDERR SYSLOG file Default: /var/log/fail2ban.log
|
# Values: STDERR SYSLOG file Default: /var/log/fail2ban.log
|
||||||
#
|
#
|
||||||
logtarget = /var/log/fail2ban.log
|
logtarget = /var/log/fail2ban.log
|
||||||
|
|
||||||
|
# Option: socket
|
||||||
|
# Notes.: Set the socket file. This is used to communication with the
|
||||||
|
# daemon.
|
||||||
|
# Values: FILE Default: /tmp/fail2ban.sock
|
||||||
|
#
|
||||||
|
socket = /tmp/fail2ban.sock
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue