fallback and address change

This commit is contained in:
2026-03-22 12:46:31 +07:00
parent d0576bddf3
commit b325e6cbec
2 changed files with 80 additions and 36 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ async fn main() -> anyhow::Result<()> {
})
.expect("Failed to initialize TUN device");
let remote_address: String = "62.60.244.156:443".into();
let remote_address: String = "147.45.43.70:443".into();
let _ = setup_platform_routing(&remote_address);
info!("TUN interface is UP: 10.0.0.1/24");