More than two serving IPs
Hello Workers friends,
I know this is a bit ridiculous to ask since connection pooling isn't optimal on HTTP/2, but we have a large share of HTTP/1.1 traffic that we can't control, and it happens to spread by available number of IPs. On Workers, we only have two; elsewhere, we can assign multiple.
We could, in theory, proxy in front of Workers, but obviously that defeats the benefits of Cloudflare's amazing network footprint and routing. Is there a way to get more than two serving IPs on a Worker, without proxying? Thank you so much for any help.
I know this is a bit ridiculous to ask since connection pooling isn't optimal on HTTP/2, but we have a large share of HTTP/1.1 traffic that we can't control, and it happens to spread by available number of IPs. On Workers, we only have two; elsewhere, we can assign multiple.
We could, in theory, proxy in front of Workers, but obviously that defeats the benefits of Cloudflare's amazing network footprint and routing. Is there a way to get more than two serving IPs on a Worker, without proxying? Thank you so much for any help.