mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-08-08 09:09:45 +00:00

## Summary Update how metrics server binds to a listener by using a known set of ports whenever the default address is used with the fallback to a random port in case all address are already in use. The default address changes at compile time in order to bind to a different default address when the final deliverable is a docker image. Refactor ReadyServer tests. Closes TUN-8737