diff options
| author | Giacomo Pozzoni <giacomopoz@gmail.com> | 2021-07-28 11:44:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-28 11:44:24 +0200 |
| commit | 68bf7e6d12e1689d688db32c05066b8832922c67 (patch) | |
| tree | 6b18313a4f2d81a5822fa75269224eed5099ed64 /src/server/authserver/authserver.conf.dist | |
| parent | 621f3f50c2fa2ce098ff13ad12a0bbc772300e2f (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.dist | 9 |
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 + +# ################################################################################################### ################################################################################################### |
