Pick which port repl.it forwards to the .repl.co website
If I have a TCP server running on port 7777 and a http server running on 8080, how can I force the repl's website to point to the http server instead of the TCP server, I've tried changing the port numbers and swapping the order the processes start in but all requests to the .repl.co
website just seem to forward to the tcp server
For context, the tcp server is a terraria server, which I'm forwarding using serveo.net
, but whenever the .repl.co
website receives a request, it forwards it to the terraria server anyway. This wouldn't be a problem, but this seems to fill up the terraria server's player slots with "connecting" players
what do you want do?
@TheForArkLD I have two server processes running on my repl, I want to control which one is forwarded to the repl website at the .repl.co
domain
@chocolatejade42 i am not good at server, but if i can help then invite me pls.
Try changing the order that the ports are opened