mirror of
https://github.com/therealaleph/MasterHttpRelayVPN-RUST.git
synced 2026-05-18 06:34:41 +03:00
fix(tunnel): per-deployment legacy fallback with auto-recovery (#290)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user