Update example.conf for max_unknown_ip->throttle.
This commit is contained in:
parent
d1275a8fd6
commit
c3a82957db
|
@ -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 New Issue