1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Enable ipv6_server by default

This commit is contained in:
sfan5 2025-01-31 17:14:37 +01:00
parent a11d526110
commit d027fc9a88
3 changed files with 6 additions and 4 deletions

View file

@ -835,11 +835,12 @@ protocol_version_min (Protocol version minimum) int 1 1 65535
# Files that are not present will be fetched the usual way.
remote_media (Remote media) string
# Enable/disable running an IPv6 server.
# Enable IPv6 support for server.
# Note that clients will be able to connect with both IPv4 and IPv6.
# Ignored if bind_address is set.
#
# Requires: enable_ipv6
ipv6_server (IPv6 server) bool false
ipv6_server (IPv6 server) bool true
[*Server Security]