rustdesk / rustdesk/rustdesk-server
Trying to deploy server to fly.io - configuring UDP listening address
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 10.4k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
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!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue identifies UDP port 21116 and the required fly-global-services address, but names no file or test. Start by locating the Rust UDP listener for that port and tracing how its bind address is selected. Done means the listening address can be customized for this deployment and the behavior is covered by an appropriate test or documented verification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100