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:
3
config/fish/functions/evpn.fish
Normal file
3
config/fish/functions/evpn.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function evpn
|
||||
sudo openvpn --config ~/Nextcloud/vpns/elation.ovpn
|
||||
end
|
||||
3
config/fish/functions/pvpn.fish
Normal file
3
config/fish/functions/pvpn.fish
Normal file
@ -0,0 +1,3 @@
|
||||
function pvpn
|
||||
sudo openvpn --config ~/Nextcloud/vpns/protonvpn.ovpn
|
||||
end
|
||||
Reference in New Issue
Block a user