add network whitelist for public relay node

This commit is contained in:
sijie.sun
2024-08-03 15:12:54 +08:00
committed by Sijie.Sun
parent 02b5b5f3c7
commit 0da09ec605
7 changed files with 75 additions and 3 deletions
Generated
+7
View File
@@ -1425,6 +1425,7 @@ dependencies = [
"tun-easytier",
"url",
"uuid",
"wildmatch",
"windows-sys 0.52.0",
"winreg 0.11.0",
"zerocopy",
@@ -6801,6 +6802,12 @@ dependencies = [
"rustix",
]
[[package]]
name = "wildmatch"
version = "2.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3928939971918220fed093266b809d1ee4ec6c1a2d72692ff6876898f3b16c19"
[[package]]
name = "winapi"
version = "0.3.9"