mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 03:31:28 +03:00
refact: tls, native-tls fallback rustls-tls (#13263)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -721,6 +721,11 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
|
||||
("Show virtual joystick", "显示虚拟摇杆"),
|
||||
("Edit note", "编辑备注"),
|
||||
("Alias", "别名"),
|
||||
("ScrollEdge", ""),
|
||||
("ScrollEdge", "边缘滚动"),
|
||||
("Allow insecure TLS fallback", "允许回退到不安全的 TLS 连接"),
|
||||
("allow-insecure-tls-fallback-tip", "默认情况下,对于使用 TLS 的协议,RustDesk 会验证服务器证书。\n启用此选项后,在验证失败时,RustDesk 将转为跳过验证步骤并继续连接。"),
|
||||
("Disable UDP", "禁用 UDP"),
|
||||
("disable-udp-tip", "控制是否仅使用TCP。\n启用此选项后,RustDesk 将不再使用UDP 21116,而是使用TCP 21116。"),
|
||||
("oss-not-support-tip", "注意:RustDesk 开源服务器(oss server) 不包含此功能。"),
|
||||
].iter().cloned().collect();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user