mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 03:51:28 +03:00
OPTION_VERIFICATION_METHOD
This commit is contained in:
@@ -2225,6 +2225,7 @@ pub mod keys {
|
|||||||
pub const OPTION_ALLOW_LINUX_HEADLESS: &str = "allow-linux-headless";
|
pub const OPTION_ALLOW_LINUX_HEADLESS: &str = "allow-linux-headless";
|
||||||
pub const OPTION_ENABLE_HWCODEC: &str = "enable-hwcodec";
|
pub const OPTION_ENABLE_HWCODEC: &str = "enable-hwcodec";
|
||||||
pub const OPTION_APPROVE_MODE: &str = "approve-mode";
|
pub const OPTION_APPROVE_MODE: &str = "approve-mode";
|
||||||
|
pub const OPTION_VERIFICATION_METHOD: &str = "verification-method";
|
||||||
pub const OPTION_CUSTOM_RENDEZVOUS_SERVER: &str = "custom-rendezvous-server";
|
pub const OPTION_CUSTOM_RENDEZVOUS_SERVER: &str = "custom-rendezvous-server";
|
||||||
pub const OPTION_API_SERVER: &str = "api-server";
|
pub const OPTION_API_SERVER: &str = "api-server";
|
||||||
pub const OPTION_KEY: &str = "key";
|
pub const OPTION_KEY: &str = "key";
|
||||||
@@ -2370,6 +2371,7 @@ pub mod keys {
|
|||||||
OPTION_ALLOW_LINUX_HEADLESS,
|
OPTION_ALLOW_LINUX_HEADLESS,
|
||||||
OPTION_ENABLE_HWCODEC,
|
OPTION_ENABLE_HWCODEC,
|
||||||
OPTION_APPROVE_MODE,
|
OPTION_APPROVE_MODE,
|
||||||
|
OPTION_VERIFICATION_METHOD,
|
||||||
OPTION_PROXY_URL,
|
OPTION_PROXY_URL,
|
||||||
OPTION_PROXY_USERNAME,
|
OPTION_PROXY_USERNAME,
|
||||||
OPTION_PROXY_PASSWORD,
|
OPTION_PROXY_PASSWORD,
|
||||||
|
|||||||
Reference in New Issue
Block a user