From 396b7c246f38fcd5464707be0176c950ea12fa1c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 17 Mar 2018 13:16:42 -0300 Subject: Basic security against failed password + update server update --- conf/login/login-server.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'conf') diff --git a/conf/login/login-server.conf b/conf/login/login-server.conf index ba490576d..1e2507d39 100644 --- a/conf/login/login-server.conf +++ b/conf/login/login-server.conf @@ -115,13 +115,13 @@ login_configuration: { // Interval in minutes between failed tries // Only failed tries between this interval will be accounted when banning - ban_interval: 5 + ban_interval: 15 // How many failures before adding a temporary ban entry? ban_limit: 7 // Duration of the ban in minutes - ban_duration: 5 + ban_duration: 20 } } // login_configuration.account.ipban } // login_configuration.account @@ -200,6 +200,6 @@ login_configuration: { } -update_server: "http://download.evolonline.org/evol/" +update_server: "http://updates.tmw2.org/" import: "conf/import/login-server.conf" -- cgit v1.2.3-60-g2f50