# IP on which gameserver binding, * - for all possible
GameserverHostname = 127.0.0.1 <----------To change the ip no-ip or this or that.
GameserverPort = 7778
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname = * <----------------------To change the ip no-ip or this or that.
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname = * <---------------------To change the ip no-ip or this or that.
# Address \ port loginserver
LoginPort = 9014
LoginHost = 127.0.0.1 <-----------To change the ip no-ip or this or that.
LoginUseCrypt = True
----------To change the ip no-ip or this or that. or a change in the host-only.
thx
I'm not good in English.