keep rs-ny.rustdesk.com only
This commit is contained in:
parent
089078472f
commit
722b82e1a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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-sg.rustdesk.com"];
|
||||
pub const RENDEZVOUS_SERVERS: &[&str] = &["rs-ny.rustdesk.com"];
|
||||
|
||||
pub const RS_PUB_KEY: &str = match option_env!("RS_PUB_KEY") {
|
||||
Some(key) if !key.is_empty() => key,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue