#-------------------------------------------------------------
# Сетевые настройки сервера
#-------------------------------------------------------------
# IP на который биндить геймсервер, * - на все возможные
GameserverHostname = *
GameserverPort = 7779
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = домен.ddns.net
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = свой ай-пи
# Адрес\порт логинсервера
LoginPort = 9014
LoginHost = свой ай-пи
LoginUseCrypt = True
# Какой ID запрашивать у логинсервера
RequestServerID = 3
# Разрешать брать другой ид, если запрашиваемый занят
AcceptAlternateID = false