lan_discovery_WOL: Win10 test done

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-07-14 10:34:56 +08:00
parent 7c323c86ac
commit 8fd4830710
6 changed files with 72 additions and 8 deletions

View File

@@ -860,7 +860,7 @@ impl LocalConfig {
pub struct DiscoveryPeer {
pub id: String,
#[serde(with = "serde_with::rust::map_as_tuple_list")]
pub mac_ips: HashMap<String, String>,
pub ip_mac: HashMap<String, String>,
pub username: String,
pub hostname: String,
pub platform: String,