I am trying to set RustDesk up in fly.io, and there is a requirement on this PaaS that UDP servers must listen on the special address fly-global-services. Is it possible to customize the listening address for the port 21116/udp? I am not familiar with Rust so I am having trouble to find this. Thanks in advance!
HI!
I am trying to set RustDesk up in fly.io, and there is a requirement on this PaaS that UDP servers must listen on the special address
fly-global-services
. Is it possible to customize the listening address for the port 21116/udp? I am not familiar with Rust so I am having trouble to find this. Thanks in advance!