mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-06-07 09:52:49 +08:00
test nat type for ios
Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
2a13c0200f
commit
1a38a2b72f
@ -64,6 +64,7 @@ fn initialize(app_dir: &str, custom_client_config: &str) {
|
||||
{
|
||||
use hbb_common::env_logger::*;
|
||||
init_from_env(Env::default().filter_or(DEFAULT_FILTER_ENV, "debug"));
|
||||
crate::common::test_nat_type();
|
||||
}
|
||||
#[cfg(not(any(target_os = "android", target_os = "ios")))]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user