Skip to content

Commit

Permalink
README.md fix -f '' calls
Browse files Browse the repository at this point in the history
  • Loading branch information
David Personette committed Aug 16, 2017
1 parent 1da482f commit 0b45c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ Or you can store it in the container:

### Firewall

It's just a simple command line argument (`-f`) to turn on the firewall, and
It's just a simple command line argument (`-f ""`) to turn on the firewall, and
block all outbound traffic if the VPN is down.

sudo cp /path/to/vpn.crt /some/path/vpn-ca.crt
sudo docker run -it --cap-add=NET_ADMIN --device /dev/net/tun --name vpn \
-v /some/path:/vpn -d dperson/openvpn-client -f \
-v /some/path:/vpn -d dperson/openvpn-client -f "" \
-v 'vpn.server.name;username;password'

### DNS Issues (May Look Like You Can't Connect To Anything)
Expand Down

0 comments on commit 0b45c42

Please sign in to comment.