Add openvpn easy up commands for linux

On macOS I use Tunnelblick to manage vpns, but on linux these tools
don't really exist, and it's also nicer to be able to open the vpn
connection via the command line rather than having to have a GUI up to
connect.
This commit is contained in:
Colin Powell
2018-12-02 12:44:08 -05:00
parent 848336d3d5
commit de1f4d73bb
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
function evpn
sudo openvpn --config ~/Nextcloud/vpns/elation.ovpn
end

View File

@ -0,0 +1,3 @@
function pvpn
sudo openvpn --config ~/Nextcloud/vpns/protonvpn.ovpn
end