Also slightly fix indent.
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>
| ... | ... |
@@ -24,9 +24,9 @@ OpenVPN releases are also available as Debian/RPM packages: |
| 24 | 24 |
|
| 25 | 25 |
OpenVPN development versions can be found here: |
| 26 | 26 |
|
| 27 |
- https://github.com/OpenVPN/openvpn |
|
| 28 |
- https://gitlab.com/OpenVPN/openvpn |
|
| 29 |
- https://sourceforge.net/p/openvpn/openvpn/ci/master/tree/ |
|
| 27 |
+ https://github.com/OpenVPN/openvpn |
|
| 28 |
+ https://gitlab.com/OpenVPN/openvpn |
|
| 29 |
+ https://sourceforge.net/p/openvpn/openvpn/ci/master/tree/ |
|
| 30 | 30 |
|
| 31 | 31 |
They should all be in sync at any time. |
| 32 | 32 |
|
| ... | ... |
@@ -38,6 +38,10 @@ To download tap-windows (NDIS 6) driver source code go to: |
| 38 | 38 |
|
| 39 | 39 |
https://github.com/OpenVPN/tap-windows6 |
| 40 | 40 |
|
| 41 |
+To download ovpn-dco Windows driver source code go to: |
|
| 42 |
+ |
|
| 43 |
+ https://github.com/OpenVPN/ovpn-dco-win |
|
| 44 |
+ |
|
| 41 | 45 |
To get the cross-compilation environment go to: |
| 42 | 46 |
|
| 43 | 47 |
https://github.com/OpenVPN/openvpn-build |
| ... | ... |
@@ -263,13 +267,10 @@ TUN/TAP Driver References: |
| 263 | 263 |
|
| 264 | 264 |
OpenVPN on Windows needs a TUN/TAP kernel driver to work. OpenVPN installers |
| 265 | 265 |
include this driver, so installing it separately is not usually required. |
| 266 |
- Windows XP/2003 must use the NDIS 5 (tap-windows) driver, whereas on more |
|
| 267 |
- recent Windows versions it is recommended to use the NDIS 6 driver |
|
| 268 |
- (tap-windows6) instead. |
|
| 269 | 266 |
|
| 270 |
- Windows 10 and Server 2016 and up can use the dco-win driver for |
|
| 271 |
- kernel-level acceleration for OpenVPN client setups. This is also |
|
| 272 |
- included in the community-provided OpenVPN installers. |
|
| 267 |
+ Starting from Windows 10 2004 / Windows Server 2022, OpenVPN can use the |
|
| 268 |
+ dco-win driver for kernel-level acceleration for OpenVPN client setups. |
|
| 269 |
+ This driver is also included in the community-provided OpenVPN installers. |
|
| 273 | 270 |
|
| 274 | 271 |
************************************************************************* |
| 275 | 272 |
|