rustdesk / rustdesk-server

RustDesk Server Program
https://rustdesk.com/server
GNU Affero General Public License v3.0
6.74k stars 1.45k forks source link

Trying to deploy server to fly.io - configuring UDP listening address #185

Open vitobotta opened 1 year ago

vitobotta commented 1 year ago

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!

AHA1GE commented 1 year ago

according to #191 it is customizable if you edit it in source code and build it yourself. But if you are using the pre-built binaries, NO.