diff options
author | Shauren <shauren.trinity@gmail.com> | 2024-11-12 13:54:43 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2024-11-12 13:54:43 +0100 |
commit | af4dcc93ed04c4f2219c14821b25cb9efeb7e781 (patch) | |
tree | 4fc5ac7ef91398ebf7d0684ab5a97ef392e2a2bc /src/server/worldserver | |
parent | 280af853374b3cabcc2514d9604deeb39d03908b (diff) |
Core/Networking: Support IPv6
Diffstat (limited to 'src/server/worldserver')
-rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index 3a88d4c6785..8ba0fbbceab 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" |