change reject ban time
This commit is contained in:
parent
ab2bf7fc62
commit
a750add6b9
1 changed files with 4 additions and 3 deletions
7
ircd.j2
7
ircd.j2
|
@ -261,9 +261,9 @@ general {
|
|||
oper_snomask = "+s";
|
||||
burst_away = yes;
|
||||
nick_delay = 0 seconds; # 15 minutes if you want to enable this
|
||||
reject_ban_time = 1 minute;
|
||||
reject_after_count = 3;
|
||||
reject_duration = 5 minutes;
|
||||
reject_ban_time = 10 minutes;
|
||||
reject_after_count = 2;
|
||||
reject_duration = 60 minutes;
|
||||
throttle_duration = 60;
|
||||
throttle_count = 4;
|
||||
max_ratelimit_tokens = 30;
|
||||
|
@ -271,6 +271,7 @@ general {
|
|||
certfp_method = sha512;
|
||||
hide_opers_in_whois = no;
|
||||
tls_ciphers_oper_only = no;
|
||||
oper_secure_only = yes;
|
||||
};
|
||||
|
||||
modules {
|
||||
|
|
Loading…
Reference in a new issue