Hi !
I was told on the discord that I can put a domain name intead of the IP adress of my server.
This doesn't seems to work with me.
Here is my setup :
My server :
1 IP adress
3 domain name
2 websites
1 basic access domain for the server
My game server is on my server (obviously =).
When my game server uses proper IP (58.158.xxx.xx for ex) for SERVER_IP (in High-level multiplayer), clients all over the world can connect \o/.
When my game server uses a any of the domains it won't work.
I tried following :
SERVERIP = "mydomain.nya"
SERVERIP = "https://mydomain.nya"
SERVER_IP = "https://www.mydomain.nya"
Didn't have time to try "www.mydomain.nya", but it seems unlikely, isn't it ?
So I'm stuck.
I need this cause I don't have a fix IP adress at home and I self host my server. Hairpinning can be manageable, but updating the server every two weeks is just impossible...
Thanks :)