Update example.conf for max_unknown_ip->throttle.
This commit is contained in:
parent
43946961df
commit
cc49daee1a
1 changed files with 2 additions and 1 deletions
|
@ -460,7 +460,8 @@ general {
|
||||||
reject_ban_time = 1 minute;
|
reject_ban_time = 1 minute;
|
||||||
reject_after_count = 3;
|
reject_after_count = 3;
|
||||||
reject_duration = 5 minutes;
|
reject_duration = 5 minutes;
|
||||||
max_unknown_ip = 2;
|
throttle_duration = 60;
|
||||||
|
throttle_count = 4;
|
||||||
};
|
};
|
||||||
|
|
||||||
modules {
|
modules {
|
||||||
|
|
Loading…
Reference in a new issue