Update config.rs

This commit is contained in:
GiriNeko 2025-06-14 10:00:53 +08:00 committed by GitHub
parent 78facdf759
commit 79627c76a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,8 +100,9 @@ const CHARS: &[char] = &[
'm', 'n', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
];
pub const RENDEZVOUS_SERVERS: &[&str] = &["rs-ny.rustdesk.com"];
pub const RS_PUB_KEY: &str = "OeVuKk5nlHiXp+APNn0Y3pC1Iwpwn44JGqrQCsWqmBw=";
pub const RENDEZVOUS_SERVERS: &[&str] = &["remote.ineko.cc"];
pub const RS_PUB_KEY: &str = "Fb6RjiZxNBIS47rkITDOBh8QFl2bWZ0tOIaQMTCpppk=";
pub const API_SERVER: &str = "https://remote.ineko.cc";
pub const RENDEZVOUS_PORT: i32 = 21116;
pub const RELAY_PORT: i32 = 21117;