273 |
* %i User's IP address |
* %i User's IP address |
274 |
* %t Protocol type which has triggered a positive scan |
* %t Protocol type which has triggered a positive scan |
275 |
*/ |
*/ |
276 |
|
|
277 |
|
/* A KLINE example for bahamut / charybdis / ircd-hybrid / ircd-ratbox */ |
278 |
kline = "KLINE 180 *@%i :Open proxy found on your host."; |
kline = "KLINE 180 *@%i :Open proxy found on your host."; |
279 |
|
|
280 |
|
/* A KLINE example for InspIRCd */ |
281 |
|
# kline = "KLINE *@%i 3h :Open proxy found on your host."; |
282 |
|
|
283 |
/* A GLINE example for ircu */ |
/* A GLINE example for ircu */ |
284 |
# kline = "GLINE +*@%i 1800 :Open proxy found on your host."; |
# kline = "GLINE +*@%i 1800 :Open proxy found on your host."; |
285 |
|
|
286 |
/* A ZLINE example for UnrealIRCd */ |
/* A ZLINE example for UnrealIRCd */ |
287 |
kline = "ZLINE *@%i 3h :Open proxy found on your host."; |
# kline = "ZLINE *@%i 3h :Open proxy found on your host."; |
288 |
|
|
289 |
/* |
/* |
290 |
* An AKILL example for services with OperServ. Your HOPM must have permission to |
* An AKILL example for services with OperServ. Your HOPM must have permission to |