mirror of
https://github.com/max-moser/network-manager-wireguard.git
synced 2025-02-20 06:46:21 +03:00
Deleted extra DNS write to config file.
This commit is contained in:
parent
5fb99c6d0a
commit
4820df1ed1
@ -1244,10 +1244,6 @@ create_config_string (NMConnection *connection, GError **error)
|
||||
args_write_line(f, NMV_WG_TAG_POST_DOWN, "=", post_down);
|
||||
}
|
||||
|
||||
if (dns){
|
||||
args_write_line(f, NMV_WG_TAG_DNS, "=", dns);
|
||||
}
|
||||
|
||||
args_write_line(f, NMV_WG_TAG_PEER);
|
||||
args_write_line(f, NMV_WG_TAG_PUBLIC_KEY, "=", public_key);
|
||||
args_write_line(f, NMV_WG_TAG_ENDPOINT, "=", endpoint);
|
||||
|
Loading…
x
Reference in New Issue
Block a user