Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 751 Bytes

File metadata and controls

22 lines (14 loc) · 751 Bytes

VPN

Bare Bones (PPTP) VPN Installer for CentOS See http://drewsymo.com/networking/vpn/install-ptpp/ for more information.

Installation

To get started with your own secure VPN, simply execute the following commands at your servers command-line:

$ yum install -y git
$ cd /opt && git clone git://github.com/drewsymo/VPN.git
$ cd VPN && bash vpn-setup-vanilla.sh

If you're on Linode, you can simply rebuild your instance with the PPTP VPN Installer stackscript.

Author

Drew Morris