fix #6198
This commit is contained in:
parent
679a026e72
commit
d7e8d4d5c3
64 changed files with 1193 additions and 1082 deletions
|
|
@ -91,10 +91,11 @@ const CHARS: &[char] = &[
|
|||
];
|
||||
|
||||
pub const RENDEZVOUS_SERVERS: &[&str] = &["rs-ny.rustdesk.com"];
|
||||
pub const PUBLIC_RS_PUB_KEY: &str = "OeVuKk5nlHiXp+APNn0Y3pC1Iwpwn44JGqrQCsWqmBw=";
|
||||
|
||||
pub const RS_PUB_KEY: &str = match option_env!("RS_PUB_KEY") {
|
||||
Some(key) if !key.is_empty() => key,
|
||||
_ => "OeVuKk5nlHiXp+APNn0Y3pC1Iwpwn44JGqrQCsWqmBw=",
|
||||
_ => PUBLIC_RS_PUB_KEY,
|
||||
};
|
||||
|
||||
pub const RENDEZVOUS_PORT: i32 = 21116;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue