Skip to content

Commit

Permalink
cleanup 2
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Oct 16, 2024
1 parent 92bc987 commit 57d3fc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src-tauri/src/service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ impl DesktopDaemonService for DaemonService {
})?;

if !dns.is_empty() {
// debug!("Configuring DNS for interface {ifname} with config: {dns:?}");
debug!("The following DNS servers will be set: {dns:?}, search domains: {search_domains:?}");
wgapi.configure_dns(&dns, &search_domains).map_err(|err| {
let msg =
Expand Down

0 comments on commit 57d3fc6

Please sign in to comment.