Updated Home (markdown)

redfast00 2017-06-29 17:55:05 +02:00
parent 4e885cd20b
commit 36f9de9efb

18
Home.md

@ -5,6 +5,24 @@
Can install from test branch via Can install from test branch via
`curl -L http://install-test.pivpn.io | TESTING=1 bash` `curl -L http://install-test.pivpn.io | TESTING=1 bash`
## Updating OpenVPN to newer version
If you installed an earlier version of pivpn and wish to update OpenVPN to a newer version ( > 2.4.3 ) just do the following stepes:
```
sudo -s
wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg|apt-key add -
echo "deb http://build.openvpn.net/debian/openvpn/stable [osrelease] main" > /etc/apt/sources.list.d/openvpn-aptrepo.list
```
where [osrelease] should be replaced with:
**wheezy** (Debian 7.x)
**jessie** (Debian 8.x)
**precise** (Ubuntu 12.04)
**trusty** (Ubuntu 14.04)
**xenial** (Ubuntu 16.04)
More information can be found here: <https://community.openvpn.net/openvpn/wiki/OpenvpnSoftwareRepos>
## DynDns ## DynDns
Refer to: https://help.dyn.com/ddclient/ Refer to: https://help.dyn.com/ddclient/