unrealircd- supernets unrealircd source & configuration |
git clone git://git.acid.vegas/unrealircd.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 67254240104447e84b19f2fb77d2279fe9e15b24
parent 6fe212b4df3671d09f1004bedc50cf32f14dc4c0 Author: acidvegas <acid.vegas@acid.vegas> Date: Wed, 5 Jul 2023 19:06:47 -0400 Do not ban on handshake floods, only kill the connection Diffstat:
|
1 file changed, 1 insertion(+), 2 deletions(-) |
diff --git a/doc/conf/unrealircd.remote.conf b/doc/conf/unrealircd.remote.conf @@ -163,8 +163,7 @@ set { connect-flood 3:60; handshake-data-flood { amount 4k; - ban-action gzline; - ban-time 1h; + ban-action kill; } } known-users { |