aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/authserver.conf.dist
diff options
context:
space:
mode:
authorGiacomo Pozzoni <giacomopoz@gmail.com>2021-07-28 11:44:24 +0200
committerGitHub <noreply@github.com>2021-07-28 11:44:24 +0200
commit68bf7e6d12e1689d688db32c05066b8832922c67 (patch)
tree6b18313a4f2d81a5822fa75269224eed5099ed64 /src/server/authserver/authserver.conf.dist
parent621f3f50c2fa2ce098ff13ad12a0bbc772300e2f (diff)
Core/Network: Add option to allow/disallow saving IP addresses to database (#26723)
Add config option AllowLoggingIPAddressesInDatabase to authserver and worldserver to specify if IP addresses can be logged or not to the database
Diffstat (limited to 'src/server/authserver/authserver.conf.dist')
-rw-r--r--src/server/authserver/authserver.conf.dist9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/server/authserver/authserver.conf.dist b/src/server/authserver/authserver.conf.dist
index d7fea17f397..e9dbf52cd41 100644
--- a/src/server/authserver/authserver.conf.dist
+++ b/src/server/authserver/authserver.conf.dist
@@ -177,6 +177,15 @@ MySQLExecutable = ""
IPLocationFile = ""
#
+# AllowLoggingIPAddressesInDatabase
+# Description: Specifies if IP addresses can be logged to the database
+# Default: 1 - (Enabled)
+# 0 - (Disabled)
+#
+
+AllowLoggingIPAddressesInDatabase = 1
+
+#
###################################################################################################
###################################################################################################