mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 23:19:02 +08:00
remove rs-ny.rustdesk.com
This commit is contained in:
parent
71996c9509
commit
e2fdd69524
@ -90,7 +90,7 @@ 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", "rs-sg.rustdesk.com"];
|
||||
pub const RENDEZVOUS_SERVERS: &[&str] = &["rs-sg.rustdesk.com"];
|
||||
|
||||
pub const RS_PUB_KEY: &str = match option_env!("RS_PUB_KEY") {
|
||||
Some(key) if !key.is_empty() => key,
|
||||
|
Loading…
Reference in New Issue
Block a user