Skip to content

Commit

Permalink
docs: remove --bind from usage examples
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Oct 29, 2021
1 parent db21201 commit b3bb04f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hostname using a locally-trusted CA (via
brew install jittering/kegs/vproxy
vproxy caroot --create
sudo brew services start vproxy
vproxy client --bind hello.local:8888 -- vproxy hello
vproxy client hello.local:8888 -- vproxy hello
```

Now open https://hello.local in your browser!
Expand Down
2 changes: 1 addition & 1 deletion bin/vproxy/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func parseFlags() {
vproxy daemon
# In terminal two:
vproxy connect --bind hello.local:8888 -- vproxy hello
vproxy connect hello.local:8888 -- vproxy hello
See docs for more https://github.com/jittering/vproxy
`,
Expand Down

0 comments on commit b3bb04f

Please sign in to comment.