mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Self built server cannot call self built server address #2973
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2973
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kaixlong on GitHub (Sep 8, 2024).
Bug Description
Building a self built server, whether changing the name or pulling cloud compilation from GitHub, cannot call the address of the self built server
Modify config. rs,
pub const RENDEZVOUS_SERVERS: &[&str] = &["xxx.com"];
pub const PUBLIC_RS_PUB_KEY: &str = "bddddddddddddddddddddddLPwOg=";
It's not possible either
Only by filling in the self built server data in the settings and network can it be linked
How to Reproduce
After fixing the bug, change the name or pull GitHub to modify CONFIG RS file, enabling direct access to self built server data. thank you
Expected Behavior
host=xx.com Can call self built servers
Operating system(s) on local side and remote side
win7 win10 Android
RustDesk Version(s) on local side and remote side
1.3.0
Screenshots
Additional Context
No response
@rustdesk commented on GitHub (Sep 8, 2024):
#763