支持stun协议

This commit is contained in:
lubeilin
2023-08-03 21:05:15 +08:00
parent c5398a51e8
commit d1bde297d6
8 changed files with 212 additions and 202 deletions
+2
View File
@@ -21,6 +21,8 @@ socket2 ={ version = "0.5.2", features = ["all"] }
tokio = { version = "1.28.1", features = ["full"] }
aes-gcm = {version="0.10.2", optional = true}
ring = {version="0.16.20", optional = true}
stun-format = {version="1.0.1",features=["fmt","rfc3489"]}
[target.'cfg(any(target_os = "linux",target_os = "macos"))'.dependencies]
tun = { path = "./rust-tun" }