How do I make an app only accessible via the private network? For example what changes would I have to make to this configuration filehttps://github.com/fly-apps/redis/blob/main/fly.toml?
Removing every [[services.port]]
blocks will remove any public port handlers.
You can also deallocate public IP addresses. I believe that’s in the flyctl ips
sub commands.
Hope this helps!
You do have to explicitly deallocate the IP addresses though right? Cause even after I have removed that block the public IPs are still available even though no one home is listening.
Once it’s allocated, you do have to explicitly remove it.