Created
February 9, 2019 21:58
-
-
Save ijasxyz/8fadf1127b93c36043dffbf9256b4e31 to your computer and use it in GitHub Desktop.
Install & Configure OpenVPN on a VPS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#1. Download the script (https://github.com/Nyr/openvpn-install) | |
wget https://git.io/vpn -O openvpn-install.sh | |
#2. Install the script & create new 'client' | |
bash openvpn-install.sh | |
#3. (OPTIONAL) To enable multiple connections per client | |
echo "duplicate-cn" >> /etc/openvpn/server.conf | |
#4. Restart openvpn service | |
systemctl restart [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment