Skip to content

Commit

Permalink
capitalize
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander committed Sep 18, 2024
1 parent 7fafb0d commit 9efb5b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ impl DesktopDaemonService for DaemonService {
})?;
}

// The wireguard dns config value can be a list of IP addresses and domain names, which will be
// The WireGuard DNS config value can be a list of IP addresses and domain names, which will be
// used as DNS servers and search domains respectively.
let dns_string = request.dns.unwrap_or_default();
let dns_entries = dns_string
Expand Down

0 comments on commit 9efb5b1

Please sign in to comment.