From: Lev Stipakov Date: Sat, 17 Sep 2022 16:34:25 +0000 (+0300) Subject: doc: add "ovpn-dco" to usage and man page X-Git-Tag: v2.6_beta1~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7de4be94e297ab1ea87ab17934f2026d7124239c;p=thirdparty%2Fopenvpn.git doc: add "ovpn-dco" to usage and man page While on it, remove redundant sentence and quotation mark from --windows-driver man description. Signed-off-by: Lev Stipakov Acked-by: Gert Doering Message-Id: <20220917163425.351-1-lstipakov@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25240.html Signed-off-by: Gert Doering --- diff --git a/doc/man-sections/windows-options.rst b/doc/man-sections/windows-options.rst index c389fbc4b..368f7b190 100644 --- a/doc/man-sections/windows-options.rst +++ b/doc/man-sections/windows-options.rst @@ -238,7 +238,7 @@ Windows-Specific Options logged when this is found in the configuration file. --windows-driver drv - Specifies which tun driver to use. Values are :code:`tap-windows6` - (default) and :code:`wintun`. This is a Windows-only option. - :code:`wintun`" requires ``--dev tun`` and the OpenVPN process to run + Specifies which tun driver to use. Values are :code:`ovpn-dco` (default), + :code:`tap-windows6` and :code:`wintun`. :code:`ovpn-dco` and :code:`wintun` + require ``--dev tun``. :code:`wintun` also requires OpenVPN process to run elevated, or be invoked using the Interactive Service. diff --git a/src/openvpn/options.c b/src/openvpn/options.c index d7954ebc7..45fbb634f 100644 --- a/src/openvpn/options.c +++ b/src/openvpn/options.c @@ -749,7 +749,8 @@ static const char usage_message[] = "--show-net-up : Show " PACKAGE_NAME "'s view of routing table and net adapter list\n" " after TAP adapter is up and routes have been added.\n" "--windows-driver : Which tun driver to use?\n" - " tap-windows6 (default)\n" + " ovpn-dco (default)\n" + " tap-windows6\n" " wintun\n" "--block-outside-dns : Block DNS on other network adapters to prevent DNS leaks\n" "Windows Standalone Options:\n"