From b3e0d95dcfd0de2a5fe6545fed8f46e0dd35784d Mon Sep 17 00:00:00 2001 From: Heiko Hund Date: Wed, 23 Mar 2022 15:34:52 +0100 Subject: add support for --dns option As a first step towards DNS configuration in openvpn and a unified way to push DNS related settings to clients in v2 and v3, this commit adds support for parsing the new --dns option. Later commits will add support for setting up DNS on different platforms. For now, --dns and DNS related --dhcp-option can be used together for smoother transition. Settings from --dns will override ones --dhcp-option where applicable. For detailed information about the option consult the documentation in this commit. Signed-off-by: Heiko Hund Acked-by: Frank Lichtenheld Acked-by: Gert Doering Message-Id: <20220323143452.1100446-1-heiko@ist.eigentlich.net> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23997.html Signed-off-by: Gert Doering --- src/openvpn/openvpn.vcxproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/openvpn/openvpn.vcxproj') diff --git a/src/openvpn/openvpn.vcxproj b/src/openvpn/openvpn.vcxproj index 1d32c41..a43cbd8 100644 --- a/src/openvpn/openvpn.vcxproj +++ b/src/openvpn/openvpn.vcxproj @@ -269,6 +269,7 @@ + @@ -352,6 +353,7 @@ + @@ -444,4 +446,4 @@ - \ No newline at end of file + -- cgit v1.1