diff --git a/libs/hbb_common/src/config.rs b/libs/hbb_common/src/config.rs index 571c73150..cba3c0ca3 100644 --- a/libs/hbb_common/src/config.rs +++ b/libs/hbb_common/src/config.rs @@ -82,6 +82,7 @@ const CHARS: &[char] = &[ ]; pub const RENDEZVOUS_SERVERS: &[&str] = &[ + "rs-ny.rustdesk.com", "rs-sg.rustdesk.com", ];