diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-17 13:16:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-17 13:16:42 -0300 |
commit | 396b7c246f38fcd5464707be0176c950ea12fa1c (patch) | |
tree | 0c33fbaf1d6d0a42843d6e19b12909c5455d88fa /conf | |
parent | f0f4755ccf26576e601d4a55bee8ea24c82e42c2 (diff) | |
download | serverdata-396b7c246f38fcd5464707be0176c950ea12fa1c.tar.gz serverdata-396b7c246f38fcd5464707be0176c950ea12fa1c.tar.bz2 serverdata-396b7c246f38fcd5464707be0176c950ea12fa1c.tar.xz serverdata-396b7c246f38fcd5464707be0176c950ea12fa1c.zip |
Basic security against failed password + update server update
Diffstat (limited to 'conf')
-rw-r--r-- | conf/login/login-server.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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" |