Initial changes.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
title Register Game Server
|
||||
color 17
|
||||
java -Djava.util.logging.config.file=console.cfg -cp ./../libs/* org.l2jmobius.tools.gsregistering.BaseGameServerRegister -c
|
||||
java -Djava.util.logging.config.file=console.cfg -cp ./../libs/* org.l2jmobius.tools.gsregistering.GameServerRegister -c
|
||||
pause
|
||||
@@ -48,8 +48,8 @@ ShowLicence = True
|
||||
Driver = org.mariadb.jdbc.Driver
|
||||
|
||||
# Database URL
|
||||
# Default: jdbc:mariadb://localhost/l2jmobiusc6?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||
URL = jdbc:mariadb://localhost/l2jmobiusc6?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||
# Default: jdbc:mariadb://localhost/l2jmobiusc4?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||
URL = jdbc:mariadb://localhost/l2jmobiusc4?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||
|
||||
# Parameters Databases - MYSQL
|
||||
# Login - Mysql user
|
||||
@@ -112,19 +112,3 @@ ForceGGAuth = False
|
||||
# Including protection from flood
|
||||
# IMPORTANT: Put True for server security.
|
||||
EnableFloodProtection = True
|
||||
|
||||
# =============================================================
|
||||
# Anti Bruteforce protection. (credits RT-Interlude)
|
||||
# =============================================================
|
||||
#Count of trying connection to server, after which will be made checking IP address
|
||||
#for a possible BrutForce
|
||||
#Reducing this value will increase the likelihood of false positives
|
||||
#Increasing this value will reduce the effectiveness of security (more chance find passwords for large accounts)
|
||||
BrutLogonAttempts = 15
|
||||
#The average time (in seconds) between attempts to connect to the server
|
||||
#Reducing this value will increase the likelihood of false positives
|
||||
#Increasing this value will reduce the effectiveness of security (more chance find passwords for large accounts)
|
||||
BrutAvgTime = 30
|
||||
#Number of second, for ban IP address, who time BrutAvgTime less specified
|
||||
#900 second = 15 minute
|
||||
BrutBanIpTime = 900
|
||||
|
||||
Reference in New Issue
Block a user