From 12149bf3e3a0e84069167628c684b8568902eea8 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Fri, 7 Jul 2023 15:59:03 +0800 Subject: [PATCH] let's maintain ny and sg only --- libs/hbb_common/src/config.rs | 1 + 1 file changed, 1 insertion(+) 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", ];