Add last of DNS change
parent
50bb7448e7
commit
50a9f5649b
|
@ -1209,6 +1209,9 @@ create_config_string (NMConnection *connection, GError **error)
|
||||||
g_free(value);
|
g_free(value);
|
||||||
|
|
||||||
args_write_line(f, NMV_WG_TAG_LISTEN_PORT, "=", listen_port);
|
args_write_line(f, NMV_WG_TAG_LISTEN_PORT, "=", listen_port);
|
||||||
|
if(dns){
|
||||||
|
args_write_line(f,NMV_WG_TAG_DNS, "=", dns);
|
||||||
|
}
|
||||||
|
|
||||||
if(post_up){
|
if(post_up){
|
||||||
args_write_line(f, NMV_WG_TAG_POST_UP, "=", post_up);
|
args_write_line(f, NMV_WG_TAG_POST_UP, "=", post_up);
|
||||||
|
|
Loading…
Reference in New Issue