diff --git a/Home.md b/Home.md index d2f66aa..7a69494 100644 --- a/Home.md +++ b/Home.md @@ -5,6 +5,24 @@ Can install from test branch via `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: + ## DynDns Refer to: https://help.dyn.com/ddclient/