Support wireguard vpn portal (#43)
* support wireguard vpn portal user can use wireguard client to access easytier network * add vpn portal cli * clean logs * avoid ospf msg too large
This commit is contained in:
@@ -91,7 +91,7 @@ url = { version = "2.5", features = ["serde"] }
|
||||
byteorder = "1.5.0"
|
||||
|
||||
# for proxy
|
||||
cidr = "0.2.2"
|
||||
cidr = { version = "0.2.2", features = ["serde"] }
|
||||
socket2 = "0.5.5"
|
||||
|
||||
# for hole punching
|
||||
@@ -119,6 +119,8 @@ boringtun = { version = "0.6.0" }
|
||||
tabled = "0.15.*"
|
||||
humansize = "2.1.3"
|
||||
|
||||
base64 = "0.21.7"
|
||||
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
windows-sys = { version = "0.52", features = [
|
||||
|
||||
Reference in New Issue
Block a user