Skip to content

Instantly share code, notes, and snippets.

@Dragod
Last active July 24, 2019 09:52
Show Gist options
  • Save Dragod/9ea1432c69c496fa04d2a3272bc3449d to your computer and use it in GitHub Desktop.
Save Dragod/9ea1432c69c496fa04d2a3272bc3449d to your computer and use it in GitHub Desktop.
Run AWS VPN from command line
@ECHO OFF
openvpn --config C:/Users/fabio/OpenVPN/config/fabio-awsorig/fabio-awsorig.ovpn
CMD
@Dragod
Copy link
Author

Dragod commented Apr 26, 2019

make sure to run this on a elevated command line or it won't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment