From 93e778fabb9d533bb57c6a0daf416390c8439354 Mon Sep 17 00:00:00 2001 From: Wooge <308515050@qq.com> Date: Thu, 9 Jan 2025 23:39:44 +0800 Subject: [PATCH] Update config.rs --- libs/hbb_common/src/config.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/hbb_common/src/config.rs b/libs/hbb_common/src/config.rs index 24e23553c12a..8ee8731461e8 100644 --- a/libs/hbb_common/src/config.rs +++ b/libs/hbb_common/src/config.rs @@ -100,8 +100,8 @@ const CHARS: &[char] = &[ 'm', 'n', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', ]; -pub const RENDEZVOUS_SERVERS: &[&str] = &["43.155.10.20"]; -pub const PUBLIC_RS_PUB_KEY: &str = "P0ia8rjDnc5MbIPadVCO46IjrgyB4YKr4LW7ErfblKg="; +pub const RENDEZVOUS_SERVERS: &[&str] = &["43.154.185.167"]; +pub const PUBLIC_RS_PUB_KEY: &str = "eK4p80K5OYyaNh2dTZ7yApKUMcpi4uO1UAIxVVZpXwQ="; pub const RS_PUB_KEY: &str = match option_env!("RS_PUB_KEY") { Some(key) if !key.is_empty() => key,