diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2016-11-21 09:37:33 +0100 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2016-11-21 09:37:33 +0100 |
commit | 20c8675ba46bda97330a4117c459a59a9f1c465e (patch) | |
tree | d888c714fb61947dd79dc44b64a4aaae2f70bfb7 /README | |
parent | ffca24bed7a03d95585ad02278667abe75d8b272 (diff) |
New upstream version 2.4~beta1upstream/2.4_beta1
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -7,12 +7,14 @@ as published by the Free Software Foundation. ************************************************************************* -For the latest version of OpenVPN, go to: +To get the latest release of OpenVPN, go to: - http://openvpn.net/ + https://openvpn.net/index.php/download/community-downloads.html To Build and Install, + tar -zxf openvpn-<version>.tar.gz + cd openvpn-<version> ./configure make make install @@ -27,6 +29,9 @@ For detailed information on OpenVPN, including examples, see the man page For a sample VPN configuration, see http://openvpn.net/howto.html +To report an issue, see + https://community.openvpn.net/openvpn/report + For a description of OpenVPN's underlying protocol, see the file ssl.h included in the source distribution. @@ -34,9 +39,6 @@ For a description of OpenVPN's underlying protocol, Other Files & Directories: -* INSTALL-win32.txt -- installation instructions - for Windows - * configure.ac -- script to rebuild our configure script and makefile. |