mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 02:21:29 +03:00
keep rs-ny.rustdesk.com only
This commit is contained in:
@@ -90,7 +90,7 @@ const CHARS: &[char] = &[
|
|||||||
'm', 'n', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
|
'm', 'n', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
|
||||||
];
|
];
|
||||||
|
|
||||||
pub const RENDEZVOUS_SERVERS: &[&str] = &["rs-sg.rustdesk.com"];
|
pub const RENDEZVOUS_SERVERS: &[&str] = &["rs-ny.rustdesk.com"];
|
||||||
|
|
||||||
pub const RS_PUB_KEY: &str = match option_env!("RS_PUB_KEY") {
|
pub const RS_PUB_KEY: &str = match option_env!("RS_PUB_KEY") {
|
||||||
Some(key) if !key.is_empty() => key,
|
Some(key) if !key.is_empty() => key,
|
||||||
|
|||||||
Reference in New Issue
Block a user