change reject ban time

This commit is contained in:
xfnw 2021-08-13 22:16:26 -04:00
parent ab2bf7fc62
commit a750add6b9

View file

@ -261,9 +261,9 @@ general {
oper_snomask = "+s"; oper_snomask = "+s";
burst_away = yes; burst_away = yes;
nick_delay = 0 seconds; # 15 minutes if you want to enable this nick_delay = 0 seconds; # 15 minutes if you want to enable this
reject_ban_time = 1 minute; reject_ban_time = 10 minutes;
reject_after_count = 3; reject_after_count = 2;
reject_duration = 5 minutes; reject_duration = 60 minutes;
throttle_duration = 60; throttle_duration = 60;
throttle_count = 4; throttle_count = 4;
max_ratelimit_tokens = 30; max_ratelimit_tokens = 30;
@ -271,6 +271,7 @@ general {
certfp_method = sha512; certfp_method = sha512;
hide_opers_in_whois = no; hide_opers_in_whois = no;
tls_ciphers_oper_only = no; tls_ciphers_oper_only = no;
oper_secure_only = yes;
}; };
modules { modules {