# ---------------------------------
# Section: Network Connection Setup
# ---------------------------------
# Bind IP of the gameserver, use 0.0.0.0 to bind on all available IPs
GameserverHostname = 0.0.0.0
GameserverPort = 7777
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = seu no-ip
OptionalNetworks =
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = seu no-ip
|