Created
August 20, 2019 15:24
-
-
Save scriptburn/153136a2fd49af25d32488a892e23536 to your computer and use it in GitHub Desktop.
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
curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh | |
chmod +x openvpn-install.sh | |
export AUTO_INSTALL=y | |
export APPROVE_INSTALL=y | |
export ENDPOINT=$(curl -4 ifconfig.co) | |
export APPROVE_IP=y | |
export IPV6_SUPPORT=n | |
export PORT_CHOICE=1 | |
export PROTOCOL_CHOICE=1 | |
export DNS=1 | |
export COMPRESSION_ENABLED=n | |
export CUSTOMIZE_ENC=n | |
export CLIENT=vpnclient | |
export PASS=1 | |
./openvpn-install.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment