how does cloudflare tunnel work with multiple connectors? does it automatically load balance?
how does cloudflare tunnel work with multiple connectors? does it automatically load balance?
By design, replicas do not offer any level of traffic steering (random, hash, or round-robin). Instead, when a request arrives to Cloudflare, it will be forwarded to the replica that is geographically closest. If that distance calculation is unsuccessful or the connection fails, we will retry others, but there is no guarantee about which connection is chosen.https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/deploy-tunnels/deploy-cloudflared-replicas/
cacheEverything: yes exactly the same as this?
const json = JSON.parse(await resp.json())
const json = await resp.json()
