mirror of
https://github.com/arampoire/onetun.git
synced 2025-11-30 23:00:25 -05:00
Support pre-shared key
This commit is contained in:
parent
43a20ef6b3
commit
653c314409
3 changed files with 26 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ async-trait = "0.1"
|
|||
priority-queue = "1.3.0"
|
||||
smoltcp = { version = "0.8.2", default-features = false, features = ["std", "log", "medium-ip", "proto-ipv4", "proto-ipv6", "socket-udp", "socket-tcp"] }
|
||||
bytes = "1"
|
||||
base64 = "0.21"
|
||||
|
||||
# forward boringtuns tracing events to log
|
||||
tracing = { version = "0.1", default-features = false, features = ["log"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue