We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7264076 commit 451decbCopy full SHA for 451decb
start.sh
@@ -0,0 +1,9 @@
1
+#!/bin/bash
2
+./etc/openvpn/ngrok authtoken $AUTHTOKEN
3
+./etc/openvpn/ngrok tcp 1194 > /dev/null &
4
+sleep 3
5
+export NGROK_URL="$(curl http://localhost:4040/api/tunnels | jq ".tunnels[0].public_url")"
6
+echo --------------------
7
+echo $NGROK_URL
8
9
+ovpn_run
0 commit comments