Addition of loginserver restart schedule configurations.
This commit is contained in:
@@ -102,9 +102,10 @@ IpUpdateTime = 0
|
||||
# Ppimer : 10.1
|
||||
NetworkList = 192.168.;10.0.
|
||||
|
||||
# ===============================================================
|
||||
# Test server configuration, not to switch on the game server! =
|
||||
# ===============================================================
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Test server configuration, not to switch on the game server!
|
||||
# ---------------------------------------------------------------------------
|
||||
# Use the GG client authentication
|
||||
# Login server access let the client without GameGuard
|
||||
ForceGGAuth = False
|
||||
@@ -113,18 +114,33 @@ ForceGGAuth = False
|
||||
# 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)
|
||||
# ---------------------------------------------------------------------------
|
||||
# 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)
|
||||
|
||||
# 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
|
||||
|
||||
# Number of second, for ban IP address, who time BrutAvgTime less specified
|
||||
# 900 second = 15 minute
|
||||
BrutBanIpTime = 900
|
||||
|
||||
|
||||
# ---------------------------------------------------------------------------
|
||||
# Scheduled Login Restart
|
||||
# ---------------------------------------------------------------------------
|
||||
# Enable disable scheduled login restart.
|
||||
# Default: False
|
||||
LoginRestartSchedule = False
|
||||
|
||||
# Time in hours.
|
||||
# Default: 24
|
||||
LoginRestartTime = 24
|
||||
|
||||
Reference in New Issue
Block a user