warnings fix
This commit is contained in:
+1
-1
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user