Hi everyone,
I need to implement an aoo (audio over osc) server on fly.io. Does Fly guarantee UDP reply traffic on a dedicated IPv4 egresses from the same IP that received the request? I’m seeing replies come from a different public IP than the one my UDP packet was sent to, which breaks NAT traversal for any client behind a standard home router.
Thank you!