Skip to content

Instantly share code, notes, and snippets.

@scriptburn
Created August 20, 2019 15:24
Show Gist options
  • Save scriptburn/153136a2fd49af25d32488a892e23536 to your computer and use it in GitHub Desktop.
Save scriptburn/153136a2fd49af25d32488a892e23536 to your computer and use it in GitHub Desktop.
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