From 509408fe8556fec5165a259e2566bc00c926378a Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 26 Dec 2014 14:02:15 +0000 Subject: [PATCH] - Update reference.conf git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5143 82007160-df01-0410-b94d-b575c5fd34c7 --- doc/reference.conf | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/reference.conf b/doc/reference.conf index 5c3ca79..6e68863 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -1,5 +1,7 @@ /* * Hybrid Open Proxy Monitor - HOPM sample configuration + * + * $Id$ */ /* @@ -22,7 +24,7 @@ options { * Full path and filename for storing the process ID of the running * HOPM. */ - pidfile = "/some/path/hopm.pid"; + pidfile = "/some/path/var/hopm.pid"; /* * How long to store the IP address of hosts which are confirmed @@ -54,7 +56,7 @@ options { * the scan in question can be useful. Leave commented for no * logging. */ -# scanlog = "/some/path/scan.log"; +# scanlog = "/some/path/var/scan.log"; }; @@ -217,7 +219,7 @@ irc { * An AKILL example for services with OperServ. Your HOPM must have permission to * AKILL for this to work! */ -# kline = "OS AKILL +3h *@%h Open proxy found on your host."; +# kline = "OS AKILL ADD +3h *@%h Open proxy found on your host."; /* * Text to send on connection, these can be stacked and will be sent in this order. -- 2.30.2