From 0cd5b2f6af001e19f0900236ffe08f360f7163a9 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Wed, 20 Mar 2019 16:39:02 +0100 Subject: [PATCH] Update README with full LZO support --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index adff863..edb9559 100644 --- a/README.md +++ b/README.md @@ -29,11 +29,10 @@ The client is known to work with [OpenVPNĀ®][openvpn] 2.3+ servers. - Authentication (`--tls-auth`) - Encryption (`--tls-crypt`) - [x] Compression framing - - Disabled - - Compress (2.4) - - LZO (deprecated in 2.4) + - Via `--comp-lzo` (deprecated in 2.4) + - Via `--compress` - [x] Compression algorithms - - LZO (`--comp-lzo` only) + - LZO (via `--comp-lzo` or `--compress lzo`) - [x] Key renegotiation - [x] Replay protection (hardcoded window) @@ -46,8 +45,7 @@ TunnelKit can parse .ovpn configuration files. Below are a few limitations worth Unsupported: - UDP fragmentation, i.e. `--fragment` -- Compression - - `--compress` other than empty +- Compression via `--compress` other than empty or `lzo` - Proxy - External file references (inline `` only) - Encrypted client certificate keys