feat: v0.2.0-rc

This commit is contained in:
2024-03-30 16:43:40 +08:00
parent 6f7e7276b2
commit 8349153659

View File

@@ -63,6 +63,7 @@ impl ProxyApp {
return Some(ipv4_address);
}
}
log::error!("DNS lookup: {} failed: not found", hostname);
}
Err(e) => {
log::error!("DNS lookup: {} failed: {}", hostname, e);