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:
Sijie.Sun
2024-03-30 22:15:14 +08:00
committed by GitHub
parent 90110aa587
commit 05cabb2651
17 changed files with 704 additions and 63 deletions

View File

@@ -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 = [