how i can disabe the auto-kline protection?
like k-line of proxies and like Reconnecting too fast..?
disabe auto k-line (throttling)
Hm, well they must be somewhere.
Example:
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).
Example:
Code: Select all
set {
throttle {
connections 7;
period 1m;
};
};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).