mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 02:09:06 +00:00
mips support wireguard (#87)
This commit is contained in:
+3
-3
@@ -125,8 +125,8 @@ network-interface = "1.1.1"
|
||||
pathfinding = "4.9.1"
|
||||
|
||||
# for encryption
|
||||
boringtun = { git = "https://github.com/cloudflare/boringtun.git", optional = true }
|
||||
ring = { version = "0.16", optional = true }
|
||||
boringtun = { git = "https://github.com/EasyTier/boringtun.git", optional = true }
|
||||
ring = { version = "0.17", optional = true }
|
||||
bitflags = "2.5"
|
||||
aes-gcm = { version = "0.10.3", optional = true }
|
||||
|
||||
@@ -168,7 +168,7 @@ defguard_wireguard_rs = "0.4.2"
|
||||
|
||||
[features]
|
||||
default = ["wireguard", "quic", "mimalloc"]
|
||||
mips = ["aes-gcm", "mimalloc"]
|
||||
mips = ["aes-gcm", "mimalloc", "wireguard"]
|
||||
wireguard = ["dep:boringtun", "dep:ring"]
|
||||
quic = ["dep:quinn", "dep:rustls", "dep:rcgen"]
|
||||
mimalloc = ["dep:mimalloc-rust"]
|
||||
|
||||
Reference in New Issue
Block a user