Proxy Question

I'm trying to set up a local proxy server in Python that forwards traffic to a chosen upstream proxy. I want to use Cloudflare's reverse proxy (the orange cloud) to hide th real IP address of the server. However, I'm facing an issue because my proxy listens on a custom port that is not among the ports supported by Cloudflare (only 80/443 and a few others). Is there a way to configure my setup so that I can use Cloudflare's proxy while still using a custom port, or are there alternative approaches to do it? Any insights or workarounds would be greatly appreciated.
2 Replies
MirkoHubTVⁿᵉʷ
?
Laudian
Laudian4w ago
You can either use Origin Rules or a Tunnel to control how Cloudflare connects to your Origin.

Did you find this page helpful?