Add default-ip-type info to server_config.xml
This commit is contained in:
parent
fe82f77786
commit
698b6561ba
@ -83,7 +83,7 @@ The current server configuration xml looks like this:
|
||||
<!-- Disable it to turn off all stun related code in server, it allows for saving of server resources if your server is not behind a firewall. -->
|
||||
<firewalled-server value="true" />
|
||||
|
||||
<!-- Enable to allow IPv6 connection if you have a public IPv6 address. STK currently uses dual-stack mode which requires server to have both IPv4 and IPv6 and listen to same port. If STK detects your server has no public IPv6 address or port differs between IPv4 and IPv6 then it will use IPv4 only socket. For system which doesn't support dual-stack socket (like OpenBSD) you may fail to be connected by IPv4 clients. -->
|
||||
<!-- Enable to allow IPv6 connection if you have a public IPv6 address. STK currently uses dual-stack mode which requires server to have both IPv4 and IPv6 and listen to same port. If STK detects your server has no public IPv6 address or port differs between IPv4 and IPv6 then it will use IPv4 only socket. For system which doesn't support dual-stack socket (like OpenBSD) you may fail to be connected by IPv4 clients. You can override the detection in config.xml at supertuxkart config-0.10 folder, with default-ip-type option. -->
|
||||
<ipv6-connection value="true" />
|
||||
|
||||
<!-- No server owner in lobby which can control the starting of game or kick any players. -->
|
||||
|
@ -191,7 +191,8 @@ namespace ServerConfig
|
||||
"has no public IPv6 address or port differs between IPv4 and IPv6 "
|
||||
"then it will use IPv4 only socket. For system which doesn't support "
|
||||
"dual-stack socket (like OpenBSD) you may fail to be connected by "
|
||||
"IPv4 clients."));
|
||||
"IPv4 clients. You can override the detection in config.xml at "
|
||||
"supertuxkart config-0.10 folder, with default-ip-type option."));
|
||||
|
||||
SERVER_CFG_PREFIX BoolServerConfigParam m_owner_less
|
||||
SERVER_CFG_DEFAULT(BoolServerConfigParam(false, "owner-less",
|
||||
|
Loading…
x
Reference in New Issue
Block a user