Dedicated IP Billing

You can make that happen if you spawn machines manually. You can delegate each machine to listen to one specific port. Do remember that for UDP on Fly you have to listen on the same port you’re exposing for each machine.

So maybe this is how’d do:

  • Create a machines app
  • Add a dedicated IPv4
  • Spawn each server on a machine listening to their own port.
  • Your users would use you-domain.com:machine-port to connect

Does that sound like a good enough approach for WebRTC?