I'm trying to run a game server on GitHub Codespaces, partially to test if I can make a game server to run on Codespaces for testing purposes. When selecting how to forward a port, the only options I am given for protocol are HTTP
and HTTPS
, neither of which are even remotely suitable for arbitrary TCP data (specifically, it seems like nginx isn't expecting it and returns an error page).
Is there any workaround for this? Alternatively, is there any chance this is a planned feature?