support no tun mode (#141)

This commit is contained in:
Sijie.Sun
2024-06-10 10:27:24 +08:00
committed by GitHub
parent fede35cca4
commit 8aa57ebc22
21 changed files with 1722 additions and 170 deletions

View File

@@ -245,7 +245,7 @@ impl WgPeerData {
}
}
_ => {
tracing::warn!(
tracing::debug!(
"Unexpected WireGuard state during decapsulation: {:?}",
decapsulate_result
);