cli: put the local IP at the front (#1256)

This commit is contained in:
fanyang
2025-08-22 20:40:28 +08:00
committed by GitHub
parent 2e7e0088dd
commit 34560af141
3 changed files with 35 additions and 4 deletions
+2
View File
@@ -64,3 +64,5 @@ pub async fn recv_packet_from_chan(
.await
.ok_or(anyhow::anyhow!("recv_packet_from_chan failed"))
}
pub const PUBLIC_SERVER_HOSTNAME_PREFIX: &str = "PublicServer_";