From 4fbd2823f29396e28d25d8345f995f197c3e983a Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 24 Dec 2014 13:07:43 +0000 Subject: [PATCH] - Only place temporary k-lines git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@5107 82007160-df01-0410-b94d-b575c5fd34c7 --- doc/reference.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/reference.conf b/doc/reference.conf index f348dfb..18fe528 100644 --- a/doc/reference.conf +++ b/doc/reference.conf @@ -211,7 +211,7 @@ irc { * %i User's IP address * */ - kline = "KLINE *@%h :Open Proxy found on your host."; + kline = "KLINE 180 *@%h :Open proxy found on your host."; /* * An AKILL example for services with OperServ. Your HOPM must have permission to @@ -296,7 +296,7 @@ opm { * The kline message sent for this specific blacklist, remember to put * the removal method in this. */ -# kline = "KLINE *@%h :You have a host listed in the DroneBL. For more information, visit http://dronebl.org/lookup_branded?ip=%i&network=Network"; +# kline = "KLINE 180 *@%h :You have a host listed in the DroneBL. For more information, visit http://dronebl.org/lookup_branded?ip=%i&network=Network"; # } @@ -310,7 +310,7 @@ opm { # 1 = "Tor exit server"; # }; -# kline = "KLINE *@%h :Tor exit server detected. For more information, visit http://www.sectoor.de/tor.php?ip=%i"; +# kline = "KLINE 180 *@%h :Tor exit server detected. For more information, visit http://www.sectoor.de/tor.php?ip=%i"; # }; /* rbl.efnetrbl.org - http://rbl.efnetrbl.org/ */ @@ -327,7 +327,7 @@ opm { # 5 = "Drones / Flooding"; # }; -# kline = "KLINE *@%h :Blacklisted proxy found. For more information, visit http://rbl.efnetrbl.org/?i=%i"; +# kline = "KLINE 180 *@%h :Blacklisted proxy found. For more information, visit http://rbl.efnetrbl.org/?i=%i"; # }; @@ -342,7 +342,7 @@ opm { # 1 = "TOR"; # }; -# kline = "KLINE *@%h :TOR exit node found. For more information, visit http://rbl.efnetrbl.org/?i=%i"; +# kline = "KLINE 180 *@%h :TOR exit node found. For more information, visit http://rbl.efnetrbl.org/?i=%i"; # }; /* -- 2.30.2