From 9a96428bd2e989993d5e7a39737da90f9fad00fe Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Tue, 17 Oct 2006 21:12:22 +0000 Subject: [PATCH] - Added "socket" option git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/trunk@412 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- config/fail2ban.conf | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/fail2ban.conf b/config/fail2ban.conf index d3b91464..90439d0c 100644 --- a/config/fail2ban.conf +++ b/config/fail2ban.conf @@ -22,3 +22,11 @@ loglevel = 3 # Values: STDERR SYSLOG file Default: /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 +