Update README with full LZO support
This commit is contained in:
parent
2f17e30fb9
commit
0cd5b2f6af
10
README.md
10
README.md
|
@ -29,11 +29,10 @@ The client is known to work with [OpenVPN®][openvpn] 2.3+ servers.
|
||||||
- Authentication (`--tls-auth`)
|
- Authentication (`--tls-auth`)
|
||||||
- Encryption (`--tls-crypt`)
|
- Encryption (`--tls-crypt`)
|
||||||
- [x] Compression framing
|
- [x] Compression framing
|
||||||
- Disabled
|
- Via `--comp-lzo` (deprecated in 2.4)
|
||||||
- Compress (2.4)
|
- Via `--compress`
|
||||||
- LZO (deprecated in 2.4)
|
|
||||||
- [x] Compression algorithms
|
- [x] Compression algorithms
|
||||||
- LZO (`--comp-lzo` only)
|
- LZO (via `--comp-lzo` or `--compress lzo`)
|
||||||
- [x] Key renegotiation
|
- [x] Key renegotiation
|
||||||
- [x] Replay protection (hardcoded window)
|
- [x] Replay protection (hardcoded window)
|
||||||
|
|
||||||
|
@ -46,8 +45,7 @@ TunnelKit can parse .ovpn configuration files. Below are a few limitations worth
|
||||||
Unsupported:
|
Unsupported:
|
||||||
|
|
||||||
- UDP fragmentation, i.e. `--fragment`
|
- UDP fragmentation, i.e. `--fragment`
|
||||||
- Compression
|
- Compression via `--compress` other than empty or `lzo`
|
||||||
- `--compress` other than empty
|
|
||||||
- Proxy
|
- Proxy
|
||||||
- External file references (inline `<block>` only)
|
- External file references (inline `<block>` only)
|
||||||
- Encrypted client certificate keys
|
- Encrypted client certificate keys
|
||||||
|
|
Loading…
Reference in New Issue