warnings fix

This commit is contained in:
2026-03-20 15:36:56 +07:00
parent 1e5c8e899b
commit 4b3b1ef67b
20 changed files with 46 additions and 89 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ async fn main() -> anyhow::Result<()> {
.expect("Failed to initialize TUN device");
let remote_address: String = "62.60.244.156:443".into();
setup_platform_routing(&remote_address);
let _ = setup_platform_routing(&remote_address);
info!("TUN interface is UP: 10.0.0.1/24");