From 9b108a7411c2c91ae268769429e364e050758a55 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Tue, 2 Jan 2024 23:00:31 +0100 Subject: [PATCH] added a new function for quickly running openvpn --- ansible/roles/fish/files/fish/functions/openvpn.fish | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ansible/roles/fish/files/fish/functions/openvpn.fish diff --git a/ansible/roles/fish/files/fish/functions/openvpn.fish b/ansible/roles/fish/files/fish/functions/openvpn.fish new file mode 100644 index 0000000..8e649e2 --- /dev/null +++ b/ansible/roles/fish/files/fish/functions/openvpn.fish @@ -0,0 +1,3 @@ +function openvpn + openvpn --auth-nocache --config $argv +end