Why do redirect rules apply to tcp/ssh tunnels? 😅
Why do redirect rules apply to tcp/ssh tunnels? 
cloudflared running inside a docker container, and currently my tunnel is connected and working with 1 instance of that container, the connector shows in the Dashboard.. If I scale that container out, what will happen to the requests coming to the Tunnel, how will they be routed to the multiple connected connectors...ClientRequestSource.myfile.v1.js, myfile.v2.js, myfile.v3.js etcmyfile.latest.js that does a 303 redirect to whatever the current version ismyfile.latest.js:myfile.v*.js:private to public if these files aren't custom per-user.cloudflaredClientRequestSourcemyfile.v1.jsmyfile.v2.jsmyfile.v3.jsmyfile.latest.jsmyfile.latest.jscache-control: private, no-transform, no-cache, no-store, max-age=0, s-maxage=0myfile.v*.jscache-control: private, immutable, no-transform, max-age=31536000, s-maxage=31536000private{
"ClientRequestSource": "edgeWorkerCacheAPI",
"ClientIP": "2a06:98c0:3600::103",
"ClientRequestHost": "ai.moda.invalid",
"ClientRequestMethod": "PUT",
"ClientRequestURI": "/get_products/1e347d6d6f008724dcc72f5b6b576c1ef6a6bd6c25443a54ee39041df34ed70eae435cc5f261655414bfa08ef50f4296dd3b13c82546136ba81e73ef4c275f70",
"EdgeEndTimestamp": "2023-06-27T17:18:21Z",
"EdgeResponseBytes": 355,
"EdgeResponseStatus": 204,
"EdgeStartTimestamp": "2023-06-27T17:18:21Z",
"RayID": "7ddf5946a1ea006d",
"WorkerCPUTime": 0,
"WorkerStatus": "unknown",
"WorkerSubrequest": true,
"WorkerSubrequestCount": 0,
"WorkerWallTimeUs": 0,
"ZoneName": "ai.moda"
}