aboutsummaryrefslogtreecommitdiff
path: root/src/server/worldserver
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-11-12 13:54:43 +0100
committerOvahlord <dreadkiller@gmx.de>2024-11-12 20:56:47 +0100
commit893f2d4cef5b0ee619a04ef6208ef0c1b974c8a3 (patch)
treea9fb77a877e0319edb96ddd0b72ec72441f8bb46 /src/server/worldserver
parent1a32ac5ab0cd6887e3904147bda0bc65af6cb992 (diff)
Core/Networking: Support IPv6
(cherry picked from commit af4dcc93ed04c4f2219c14821b25cb9efeb7e781) # Conflicts: # sql/base/auth_database.sql # sql/updates/auth/cata_classic/2024_11_12_00_auth.sql
Diffstat (limited to 'src/server/worldserver')
-rw-r--r--src/server/worldserver/worldserver.conf.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index c45113097c2..46c3bf6bc7f 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -176,6 +176,7 @@ InstanceServerPort = 8086
#
# BindIP
# Description: Bind world server to IP/hostname.
+# Using IPv6 address (such as "::") will enable both IPv4 and IPv6 connections
# Default: "0.0.0.0" - (Bind to all IPs on the system)
BindIP = "0.0.0.0"