Files
firezone/rust/connlib/shared
Thomas Eizinger a282208f0b chore(connlib): minimize debug print of DnsServer (#6191)
The `DnsServer` struct is quite nested. All it really contains
(currently) is a `SocketAddr`. To make logs containing this structure
easier to use, only print the inner address on debug.
2024-08-07 05:46:04 +00:00
..