Fixed IPv4 for a worker
Hi everyone,
I have a worker that fetches data from an api that requires a fixed IPv4.
Is there any way to set a fixed IPv4 for the worker? or an alternative solution?
Thanks!
8 Replies
Cloudflare Docs
Overview · Cloudflare Aegis docs
Cloudflare Aegis provides dedicated egress IPs (from Cloudflare to your origin) for your layer 7 WAF and CDN services, as well as Spectrum. The egress IPs are reserved exclusively for your account so that you can increase your origin security by only allowing traffic from a small list of IP addresses.
thank you for your answer, any free alternative? thanks
Run a proxy?
using cloudlare you mean? can you point me to some documentation so I can take a look? thanks
No, I meant self-hosting one
is there any other solution? thanks
Nothing other then a self-hosted http proxy or Cloudflare Aegis
Not sure what you expect.. Cloudflare Workers run on every Cloudflare machine in every location, the deployment isn't fixed or simple like Azure Functions or something
I understand, ok thanks, I'll see what I can do, thanks