- Added "socket" option

git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@412 a942ae1a-1317-0410-a47c-b1dcaea8d605
0.x
Cyril Jaquier 2006-10-17 21:12:22 +00:00
parent ebae6d70aa
commit 9a96428bd2
1 changed files with 8 additions and 0 deletions

View File

@ -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