/*
* Hybrid Open Proxy Monitor - HOPM sample configuration
+ *
+ * $Id$
*/
/*
* 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
* the scan in question can be useful. Leave commented for no
* logging.
*/
-# scanlog = "/some/path/scan.log";
+# scanlog = "/some/path/var/scan.log";
};
* 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.