Server setup:
- IP1 (where the game is located) (game.example.net) (not proxied)
- IP2 (where the website is located) (www.example.net) (proxied)
Currently when a user tries to enter game.example.net on the website, he connects directly to the game server which redirects him to www.example.net, but I want to remove this step and instead make Cloudflare redirect him.
But that is where the issue is, if I proxy the traffic, it works but then the game does not work since it's not on a http protocol. Is there somehow a way to make a workaround which exposes the IP on all ports except 80 on this specific subdomain?