mirror of
https://github.com/namibia/openvpn-install.git
synced 2025-01-03 19:57:22 +00:00
Add legacy version
This commit is contained in:
parent
148498e462
commit
c69134434a
35
README.md
35
README.md
@ -3,7 +3,7 @@ OpenVPN [road warrior](http://en.wikipedia.org/wiki/Road_warrior_%28computing%29
|
|||||||
|
|
||||||
This script will let you setup your own VPN server in no more than a minute, even if you haven't used OpenVPN before. It isn't bulletproof but has been designed to be as unobtrusive and universal as possible.
|
This script will let you setup your own VPN server in no more than a minute, even if you haven't used OpenVPN before. It isn't bulletproof but has been designed to be as unobtrusive and universal as possible.
|
||||||
|
|
||||||
### Fork
|
##Fork
|
||||||
This fork includes :
|
This fork includes :
|
||||||
- no logs
|
- no logs
|
||||||
- TLS 1.2 only
|
- TLS 1.2 only
|
||||||
@ -12,21 +12,48 @@ This fork includes :
|
|||||||
- [FDN's DNS Servers](http://www.fdn.fr/actions/dns/)
|
- [FDN's DNS Servers](http://www.fdn.fr/actions/dns/)
|
||||||
- Every feature of the [original script](https://github.com/Nyr/openvpn-install) (I check periodically to sync the latest commits from source)
|
- Every feature of the [original script](https://github.com/Nyr/openvpn-install) (I check periodically to sync the latest commits from source)
|
||||||
|
|
||||||
###Installation
|
##Installation
|
||||||
|
|
||||||
|
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*.
|
||||||
|
|
||||||
|
#Latest (OpenVPN 2.3.x)
|
||||||
|
|
||||||
|
It will work for :
|
||||||
|
- Debian 8
|
||||||
|
- Ubuntu 14.04 LTS
|
||||||
|
- Ubuntu 15.10
|
||||||
|
|
||||||
Run the script and follow the assistant:
|
Run the script and follow the assistant:
|
||||||
|
|
||||||
```
|
```
|
||||||
wget https://raw.githubusercontent.com/Angristan/OpenVPN-install-nyr/master/openvpn-install.sh
|
wget --no-check-certificate https://raw.githubusercontent.com/Angristan/OpenVPN-install-nyr/master/openvpn-install.sh
|
||||||
chmod +x openvpn-install.sh
|
chmod +x openvpn-install.sh
|
||||||
./openvpn-install.sh
|
./openvpn-install.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#Legacy (OpenVPN 2.2.x)
|
||||||
|
|
||||||
|
It's the same script as *latest*, but with older TLS version and cipher suite, to support older devices.
|
||||||
|
It will work for :
|
||||||
|
- Debian 7
|
||||||
|
- Ubuntu 12.04 LTS
|
||||||
|
|
||||||
|
Run the script and follow the assistant:
|
||||||
|
|
||||||
|
```
|
||||||
|
wget --no-check-certificate https://raw.githubusercontent.com/Angristan/OpenVPN-install-nyr/master/openvpn-install-legacy.sh
|
||||||
|
chmod +x openvpn-install-legacy.sh
|
||||||
|
./openvpn-install-legacy.sh
|
||||||
|
```
|
||||||
|
|
||||||
Once it ends, you can run it again to add more users, remove some of them or even completely uninstall OpenVPN.
|
Once it ends, you can run it again to add more users, remove some of them or even completely uninstall OpenVPN.
|
||||||
|
|
||||||
You can get a little VPS for just 1.5€/month at [PulseHeberg](http://manager.pulseheberg.com/aff.php?aff=1204).
|
You can get a little VPS for just 1.5€/month at [PulseHeberg](http://manager.pulseheberg.com/aff.php?aff=1204).
|
||||||
|
|
||||||
## Licence
|
## Licence
|
||||||
|
|
||||||
Thanks to [Nyr](https://github.com/Nyr/openvpn-install)
|
Based on the work of [Nyr](https://github.com/Nyr/openvpn-install)
|
||||||
|
|
||||||
[MIT Licence](https://raw.githubusercontent.com/Angristan/openvpn-install-nyr/master/LICENSE)
|
[MIT Licence](https://raw.githubusercontent.com/Angristan/openvpn-install-nyr/master/LICENSE)
|
||||||
|
Loading…
Reference in New Issue
Block a user