aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLev Stipakov2022-09-17 19:34:25 +0300
committerGert Doering2022-09-17 19:04:47 +0200
commit7de4be94e297ab1ea87ab17934f2026d7124239c (patch)
treeb03d1b54aae5e704e542fa6d66e96ab7a4bf6548
parent8893fe49a4c593387d469ccc4a73ec0714f69315 (diff)
downloadopenvpn-7de4be94e297ab1ea87ab17934f2026d7124239c.zip
openvpn-7de4be94e297ab1ea87ab17934f2026d7124239c.tar.gz
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 <lev@openvpn.net> Acked-by: Gert Doering <gert@greenie.muc.de> 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 <gert@greenie.muc.de>
-rw-r--r--doc/man-sections/windows-options.rst6
-rw-r--r--src/openvpn/options.c3
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/man-sections/windows-options.rst b/doc/man-sections/windows-options.rst
index c389fbc..368f7b1 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 d7954eb..45fbb63 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"