Mapping subdomain to a specific PORT

I’m running into some issues while setting up a subdomain and assigning it to a specific port.

Due to limitations imposed by my ISP, I’m currently unable to use common website ports like 8080 and 443 for the website I’m developing. This means that even though the service runs internally on port 443, externally it will need to be accessed through port 6795.

I’ve attempted to configure an origin rule to redirect traffic to the correct port using the API, but unfortunately, requests are still being directed to port 80, resulting in a timeout error.

Could someone be able to offer any suggestions on how to resolve this issue?

The hostname in your screenshot is not using the Cloudflare proxy, so Cloudflare rules can’t be used with it. In your DNS settings change the proxy switch from :grey: DNS Only to :orange: Proxied.

1 Like

Thanks, it really helped me a lot

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.