fix(tunnel): per-deployment legacy fallback with auto-recovery (#290)

This commit is contained in:
dazzling-no-more
2026-04-27 02:19:09 +04:00
committed by GitHub
parent c677590a3a
commit faa891b106
2 changed files with 401 additions and 74 deletions
+4
View File
@@ -99,6 +99,10 @@ tun2proxy = { version = "0.7", default-features = false, features = ["udpgw"] }
[dev-dependencies]
# Used in mitm tests to sanity-check the cert extensions we emit.
x509-parser = "0.16"
# `test-util` enables `tokio::test(start_paused = true)` so timing-
# sensitive tests in `tunnel_client` (the empty-poll cadence) can
# auto-advance virtual time instead of burning real wall-clock seconds.
tokio = { version = "1", features = ["test-util"] }
[profile.release]
panic = "abort"