[Openvpn-devel] INSTALL: update Windows notes

Message ID 20221129140447.1159-1-lstipakov@gmail.com
State Accepted
Headers show
Series [Openvpn-devel] INSTALL: update Windows notes | expand

Commit Message

Lev Stipakov Nov. 29, 2022, 2:04 p.m. UTC
From: Lev Stipakov <lev@openvpn.net>

Also slightly fix indent.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
---
 INSTALL | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Comments

Gert Doering Nov. 30, 2022, 1:08 p.m. UTC | #1
Acked-by: Gert Doering <gert@greenie.muc.de>

Thanks for the updates to the windows versions.  I intended to ask you
for details, and forgot.

Your patch has been applied to the master branch.

commit aa3b7a32b1205179daae4f1dbc3db88e407d9dd3
Author: Lev Stipakov
Date:   Tue Nov 29 16:04:47 2022 +0200

     INSTALL: update Windows notes

     Signed-off-by: Lev Stipakov <lev@openvpn.net>
     Acked-by: Gert Doering <gert@greenie.muc.de>
     Message-Id: <20221129140447.1159-1-lstipakov@gmail.com>
     URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg25572.html
     Signed-off-by: Gert Doering <gert@greenie.muc.de>


--
kind regards,

Gert Doering

Patch

diff --git a/INSTALL b/INSTALL
index da9b88e7..db24e98c 100644
--- a/INSTALL
+++ b/INSTALL
@@ -24,9 +24,9 @@  OpenVPN releases are also available as Debian/RPM packages:
 
 OpenVPN development versions can be found here:
 
-   https://github.com/OpenVPN/openvpn
-   https://gitlab.com/OpenVPN/openvpn
-   https://sourceforge.net/p/openvpn/openvpn/ci/master/tree/
+    https://github.com/OpenVPN/openvpn
+    https://gitlab.com/OpenVPN/openvpn
+    https://sourceforge.net/p/openvpn/openvpn/ci/master/tree/
 
 They should all be in sync at any time.
 
@@ -38,6 +38,10 @@  To download tap-windows (NDIS 6) driver source code go to:
 
     https://github.com/OpenVPN/tap-windows6
 
+To download ovpn-dco Windows driver source code go to:
+
+    https://github.com/OpenVPN/ovpn-dco-win
+
 To get the cross-compilation environment go to:
 
     https://github.com/OpenVPN/openvpn-build
@@ -263,13 +267,10 @@  TUN/TAP Driver References:
 
   OpenVPN on Windows needs a TUN/TAP kernel driver to work. OpenVPN installers
   include this driver, so installing it separately is not usually required.
-  Windows XP/2003 must use the NDIS 5 (tap-windows) driver, whereas on more
-  recent Windows versions it is recommended to use the NDIS 6 driver
-  (tap-windows6) instead.
 
-  Windows 10 and Server 2016 and up can use the dco-win driver for
-  kernel-level acceleration for OpenVPN client setups.  This is also
-  included in the community-provided OpenVPN installers.
+  Starting from Windows 10 2004 / Windows Server 2022, OpenVPN can use the
+  dco-win driver for kernel-level acceleration for OpenVPN client setups.
+  This driver is also included in the community-provided OpenVPN installers.
 
 *************************************************************************