Change default ip listening
Is there a way i can change that railway is listenting to 0.0.0.0 instead of 127.0.0.1 ?
11 Replies
Project ID:
048877be-a9bd-4498-b4ef-3b432a123785
048877be-a9bd-4498-b4ef-3b432a123785
that's the address your app listens on, not the address railway listens on.
so let's start with, what kind of app is that
its an rage.mp GTA server
i build a custom docker container with it and so far everything works well, the only issue i have is actually connecting to it
what protocol does this app uses?
http?
By default, the server makes use of port 22005 UDP for server access and the port after (here 22006) for the HTTP server hosting the client packages for the clients to download from.
you can only run http apps on railway
and more over, you can only expose a single port
ok so what i am trying to do is impossible
right now
thanks for clarification
correct
thank you !
no problem!