mirror of
git://git.acid.vegas/unrealircd.git
synced 2024-11-23 16:36:40 +00:00
Do not ban on handshake floods, only kill the connection
This commit is contained in:
parent
6fe212b4df
commit
6725424010
@ -163,8 +163,7 @@ set {
|
|||||||
connect-flood 3:60;
|
connect-flood 3:60;
|
||||||
handshake-data-flood {
|
handshake-data-flood {
|
||||||
amount 4k;
|
amount 4k;
|
||||||
ban-action gzline;
|
ban-action kill;
|
||||||
ban-time 1h;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
known-users {
|
known-users {
|
||||||
|
Loading…
Reference in New Issue
Block a user