Skip to content

Commit 5413e0b

Browse files
committed
Run ovpn server with ngrok in background
1 parent 27ee905 commit 5413e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
22
(cd server && ts-node server.ts) &
3-
#ovpn_run &
3+
ovpn_run

0 commit comments

Comments
 (0)