summarylogtreecommitdiffstats
path: root/cyberghostvpn_wrapper
diff options
context:
space:
mode:
authormoormaster2023-04-04 12:25:30 +0200
committermoormaster2023-04-04 12:27:53 +0200
commit45660882fdd6af774bdf1844596694f9ab4e006f (patch)
tree21a9840a346235cfb337bbbb30b5bd36476c337d /cyberghostvpn_wrapper
parent7eca1916d5eb242e8ec06a60ff2caf49c492472e (diff)
downloadaur-45660882fdd6af774bdf1844596694f9ab4e006f.tar.gz
fixed: openvpn >=2.6 refuses to connect when --ncp-disable parameter is given
Diffstat (limited to 'cyberghostvpn_wrapper')
-rwxr-xr-xcyberghostvpn_wrapper7
1 files changed, 7 insertions, 0 deletions
diff --git a/cyberghostvpn_wrapper b/cyberghostvpn_wrapper
new file mode 100755
index 000000000000..144c0e892646
--- /dev/null
+++ b/cyberghostvpn_wrapper
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+# put location of openvpn wrapper first in $PATH
+# to ensure that cyberghost is calling the openvpn wrapper
+export PATH=/usr/local/cyberghost:$PATH
+
+/usr/local/cyberghost/cyberghostvpn "$@"