Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN_Stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/bin/vpnbridge')
-rwxr-xr-xdebian/bin/vpnbridge3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/bin/vpnbridge b/debian/bin/vpnbridge
new file mode 100755
index 00000000..93e0e6a6
--- /dev/null
+++ b/debian/bin/vpnbridge
@@ -0,0 +1,3 @@
+#!/bin/sh
+/opt/vpnbridge/vpnbridge "$@"
+exit $?