Skip to content

Commit

Permalink
fix windows dns (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-aleksander authored Sep 18, 2024
1 parent bcdb7a5 commit 1c5bae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wgapi_windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ impl WireguardInterfaceApi for WireguardApiWindows {
.join(",")
)
} else {
""
"".to_string()
}
);
wireguard_configuration.push_str(dns_addresses.as_str());
Expand Down

0 comments on commit 1c5bae1

Please sign in to comment.