Doc changes & security fixes

This commit is contained in:
Ember
2026-02-20 19:43:52 -08:00
parent 25a0527fd6
commit 9aaad190e2
7 changed files with 60 additions and 3 deletions
+2
View File
@@ -1,3 +1,4 @@
use std::net::IpAddr;
use std::path::Path;
use std::sync::Arc;
use std::time::Duration;
@@ -244,6 +245,7 @@ impl WifiClient {
let resolv = self
.dns_servers
.iter()
.filter(|s| s.parse::<IpAddr>().is_ok())
.map(|s| format!("nameserver {s}"))
.collect::<Vec<_>>()
.join("\n")