支持ipv6

This commit is contained in:
lubeilin
2023-09-02 23:57:32 +08:00
parent eec7d73ebe
commit 1a4e375dbf
13 changed files with 199 additions and 77 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ pub struct Info {
pub relay_server: String,
pub nat_type: String,
pub public_ips: String,
pub local_ip: String,
pub local_addr: String,
pub ipv6_addr: String,
}
#[derive(Serialize, Deserialize, Debug)]