Testing out fly.io and I noticed unexpected ports were open just seeing if there was a guide as to what they’re listening for?
The fly.toml is pretty basic
Testing out fly.io and I noticed unexpected ports were open just seeing if there was a guide as to what they’re listening for?
The fly.toml is pretty basic
Those are “ours”. Our load balancer listens on all those ports, but drops connections if the ports aren’t exposed from your app. We’ll only connect port 80 and 443 to your app instances with the config you have.
Thanks for the clarity!