For my use case, I need to forward non-HTTP TCP communication from an external port to an internal service (via nginx stream). So, I need to use allocate-ipv4 and pay for it.
It would be quite helpful (for development) if I could specify a label for that address such that I can address it directly because <app>.fly.dev randomly (or round robin style) resolves to either the dedicated address which works for forwarding the TCP communication or the shared address which does not work for forwarding. Something like <label>.<app>.fly.dev would be quite cool.