Skip to content

Commit

Permalink
docs(readme): update readme about vex tunnels
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Jul 30, 2018
1 parent 33fd402 commit 174e9df
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,22 @@ For sharing over the internet, it has included [vex](https://github.com/bleenco/
sharebox -dir /home/bleenco/Videos
```

### Using vex tunnels

You would like to use `-vex` parameter if your machine is running behind firewall or NAT.
This can also come handy if you don't want to expose your public IP.

```sh
sharebox -vex
```

Sample generated URL:

```sh
Serving files from ./ at 0.0.0.0:4505 ...
[vexd] Generated URL: https://6a197324.bleenco.space
```

### Help

For complete command line usage, please see
Expand Down

0 comments on commit 174e9df

Please sign in to comment.