Add IPv6 NAT support (#238)

This commit is contained in:
Stanislas
2018-09-16 17:55:50 +02:00
committed by GitHub
parent 019da89be9
commit bfed14544e
2 changed files with 70 additions and 19 deletions

View File

@@ -78,6 +78,7 @@ This fork includes the following features :
- Better encryption, see below
- Better DNS resolvers, see below
- Choice between TCP and UDP (UDP is still recommended)
- IPv6 (NATed) support
- Run server in [unprivileged mode](https://github.com/Angristan/OpenVPN-install/blob/master/openvpn-install.sh#L426), reducing risks to the system
- [Block DNS leak on Windows 10](https://community.openvpn.net/openvpn/ticket/605)
- No comp-lzo, as [compression is a vector for oracle attacks, e.g. CRIME or BREACH](https://github.com/BetterCrypto/Applied-Crypto-Hardening/pull/91#issuecomment-75388575)