Stun fix (#18)

* make easytier-core a lib
* add stun command to easytier cli
* fix stun test for musl
This commit is contained in:
Sijie.Sun
2024-02-08 23:44:51 +08:00
committed by GitHub
parent 7fc4aecdb9
commit 756d498b90
26 changed files with 192 additions and 86 deletions
+1 -1
View File
@@ -353,7 +353,7 @@ impl PeerManager {
self.peers.add_route(arc_route).await;
}
pub async fn list_routes(&self) -> Vec<easytier_rpc::Route> {
pub async fn list_routes(&self) -> Vec<crate::rpc::Route> {
self.basic_route.list_routes().await
}