fix nat64 and refactor ipv6

This commit is contained in:
rustdesk
2022-12-29 20:34:52 +08:00
parent 3bd48cd087
commit 67ad937fdd
7 changed files with 157 additions and 156 deletions

View File

@@ -102,6 +102,8 @@ pub async fn connect_test(
handler,
).await {
log::error!("Failed to connect {}: {}", &id, err);
} else {
// rpassword::prompt_password("Input anything to exit").ok();
}
}