diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/login_athena.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/login_athena.conf b/conf/login_athena.conf index 164c7d316..cf7883cfa 100644 --- a/conf/login_athena.conf +++ b/conf/login_athena.conf @@ -102,6 +102,11 @@ ipban.dynamic_pass_failure_ban_interval: 5 ipban.dynamic_pass_failure_ban_limit: 7 ipban.dynamic_pass_failure_ban_duration: 5 +// Interval (in seconds) to clean up expired IP bans. 0 = disabled. default = 60. +// NOTE: Even if this is disabled, expired IP bans will be cleaned up on login server start/stop. +// Players will still be able to login if an ipban entry exists but the expiration time has already passed. +ipban_cleanup_interval: 60 + // Interval (in minutes) to execute a DNS/IP update. Disabled by default. // Enable it if your server uses a dynamic IP which changes with time. //ip_sync_interval: 10 |