mirror of
https://github.com/GiriNeko/hbb_common.git
synced 2025-12-14 12:27:26 +00:00
Update config.rs
This commit is contained in:
parent
78facdf759
commit
79627c76a0
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue