Skip to content

Commit

Permalink
New start command
Browse files Browse the repository at this point in the history
  • Loading branch information
kizzx2 committed Feb 26, 2016
1 parent 5a41dc9 commit 09acbed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ exec docker run \
--device=/dev/net/tun \
--cap-add=NET_ADMIN \
--publish 127.0.0.1:1081:1080 \
--volume "$(realpath "$1"):/ovpn.conf:ro" \
mook/openvpn-client-socks
--volume "$(realpath "$1"):/etc/openvpn/:ro" \
kizzx2/openvpn-client-socks

0 comments on commit 09acbed

Please sign in to comment.