This commit is contained in:
2026-07-09 22:15:26 +05:30
parent 0d9af8f605
commit 3664e70c5d
5 changed files with 54 additions and 40 deletions
+1
View File
@@ -47,6 +47,7 @@ impl Config {
&nick.name
)))
.map(|mac| mac.clone()),
Device::IpV4(ip_v4) => todo!(),
}
}
-3
View File
@@ -30,7 +30,4 @@ impl Wolz {
println!("Magic packet sent to 255.255.255.255:9 for Mac {:}", mac);
Ok(())
}
pub fn shutdown(&self, ip_or_nick: &str) -> WResult<()> {
}
}