mirror of
https://github.com/arampoire/onetun.git
synced 2025-11-30 23:00:25 -05:00
Handle WireGuardError::ConnectionExpired #44
This commit is contained in:
parent
85195d8aba
commit
fbc76e3fb0
3 changed files with 78 additions and 44 deletions
|
|
@ -21,10 +21,13 @@ nom = "7"
|
|||
async-trait = "0.1.51"
|
||||
priority-queue = "1.2.0"
|
||||
smoltcp = { version = "0.8.0", default-features = false, features = ["std", "log", "medium-ip", "proto-ipv4", "proto-ipv6", "socket-udp", "socket-tcp"] }
|
||||
# forward boringtuns tracing events to log
|
||||
tracing = { version = "0.1.36", default-features = false, features = ["log"] }
|
||||
|
||||
# bin-only dependencies
|
||||
clap = { version = "2.33", default-features = false, features = ["suggestions"], optional = true }
|
||||
pretty_env_logger = { version = "0.4", optional = true }
|
||||
async-recursion = "1.0.0"
|
||||
|
||||
[features]
|
||||
pcap = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue