Page 1 of 1

disabe auto k-line (throttling)

Posted: Tue Dec 21, 2004 3:26 pm
by Nio
how i can disabe the auto-kline protection?
like k-line of proxies and like Reconnecting too fast..?

Posted: Tue Dec 21, 2004 4:01 pm
by Dukat
Proxies are not klined by the IRCd.
Maybe your services are doing that.

The throttling is controlled by the set::throttle statements.
Modify the values or remove it. :D

Posted: Tue Dec 21, 2004 4:08 pm
by Nio
where is that "set::throttl" i didn't find it at unrealircd.conf :roll:

Posted: Tue Dec 21, 2004 4:59 pm
by Syzop
Hm, well they must be somewhere.

Example:

Code: Select all

set {
 throttle {
   connections 7;
   period 1m;
 };
};
It's useful flood protection, so I really suggest using it and not setting it at 99 connections per 1 second or something :P. Also note that this "threshold" is per-host (well per-IP), not global or something.
If, for whatever reason, you want to allow a certain host to connect clients rapidly, then I suggest using an except throttle block for that IP (range).