mirror of
https://github.com/namibia/openvpn-install.git
synced 2024-12-23 07:18:54 +00:00
Update version : latest is only for 2.3.3 and higher
This commit is contained in:
parent
b8c7775ca7
commit
3b49c12f2c
10
README.md
10
README.md
@ -16,15 +16,14 @@ This fork includes :
|
|||||||
|
|
||||||
To check your OpenVPN version, use `openvpn --version`
|
To check your OpenVPN version, use `openvpn --version`
|
||||||
|
|
||||||
If your server **and** your client have OpenVPN 2.3.x or higher, use *latest*. If your server **or** your client have OpenVPN 2.2.x or lower, use *legacy*.
|
If your server **and** your client have OpenVPN 2.3.3 or higher, use *latest*. If your server **or** your client have OpenVPN 2.3.2 or lower, use *legacy*.
|
||||||
|
|
||||||
I made two versions to make sure you can get the best encryption possible, but also to support most devices as possible.
|
I made two versions to make sure you can get the best encryption possible, but also to support most devices as possible.
|
||||||
|
|
||||||
###Latest (OpenVPN 2.3.x)
|
###Latest (OpenVPN > 2.3.3)
|
||||||
|
|
||||||
It will work for :
|
It will work for :
|
||||||
- Debian 8
|
- Debian 8
|
||||||
- Ubuntu 14.04 LTS
|
|
||||||
- Ubuntu 15.10
|
- Ubuntu 15.10
|
||||||
- CentOS 6
|
- CentOS 6
|
||||||
- Fedora 20
|
- Fedora 20
|
||||||
@ -37,15 +36,16 @@ chmod +x openvpn-install.sh
|
|||||||
./openvpn-install.sh
|
./openvpn-install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
###Legacy (OpenVPN 2.2.x)
|
###Legacy (OpenVPN < 2.3.2)
|
||||||
|
|
||||||
It's the same script as *latest*, but with TLS 1.0 instead of TLS 1.2 and AES-256-CBC instead of AES-128-GCM. (OpenVPN 2.2.x doesn't support `tls-min` and `tls-cipher`)
|
It's the same script as *latest*, but with TLS 1.0 instead of TLS 1.2 and AES-256-CBC instead of AES-128-GCM. (OpenVPN 2.3.2 and lower doesn't support `tls-min` and `tls-cipher`)
|
||||||
|
|
||||||
Other features are still included.
|
Other features are still included.
|
||||||
|
|
||||||
It will work for :
|
It will work for :
|
||||||
- Debian 7
|
- Debian 7
|
||||||
- Ubuntu 12.04 LTS
|
- Ubuntu 12.04 LTS
|
||||||
|
- Ubuntu 14.04 LTS
|
||||||
|
|
||||||
Run the script and follow the assistant:
|
Run the script and follow the assistant:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user