mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(connlib): log when we are updating DNS servers (#6192)
This commit is contained in:
@@ -781,6 +781,8 @@ impl ClientState {
|
||||
}
|
||||
|
||||
fn set_dns_mapping(&mut self, new_mapping: BiMap<IpAddr, DnsServer>) {
|
||||
tracing::debug!(mapping = ?new_mapping, "Updating DNS servers");
|
||||
|
||||
self.dns_mapping = new_mapping;
|
||||
self.mangled_dns_queries.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user