mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-31 09:00:54 +03:00
add missing dns request notify
This commit is contained in:
@@ -58,6 +58,7 @@ impl DnsResolver {
|
||||
|
||||
server.notify_client_update(handle);
|
||||
|
||||
log::info!("resolving ({handle}) `{hostname}` ...");
|
||||
let ips = match self.resolve(&hostname).await {
|
||||
Ok(ips) => ips,
|
||||
Err(e) => {
|
||||
|
||||
Reference in New Issue
Block a user