Skip to content

Commit

Permalink
0.5.2
Browse files Browse the repository at this point in the history
Add:
* `--killswitch` option
* `--tunnel` option to tunnel only ipv4 or ipv6 traffic

Fix:
* `--name` option, before it was unusable as no value was expected
  • Loading branch information
NilsIrl committed Sep 13, 2020
1 parent 25fcbec commit d705602
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Nils <[email protected]>"]
license = "GPL-3.0-or-later"
repository = "https://github.com/NilsIrl/MozWire/"
readme = "README.md"
version = "0.5.1"
version = "0.5.2"
edition = "2018"

[profile.release]
Expand Down
26 changes: 17 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ mozwire .... # mozwire commands can be run without having to log in
[![asciicast](https://asciinema.org/a/wQgorg0PgkrjI52NSWEdzdQ7U.svg)](https://asciinema.org/a/wQgorg0PgkrjI52NSWEdzdQ7U)

```
mozwire 0.4.0
mozwire 0.5.2
Nils <[email protected]>
MozillaVPN wireguard configuration manager
Expand All @@ -102,23 +102,31 @@ USAGE:
FLAGS:
-h, --help Prints help information
--no-browser By default, mozwire will open the login page in a browser, this option prevents mozwire a browser page from being opened.
--print-token Print the token used to query the Mozilla API, so that it can be reused with --token, without having to sign in each time.
--no-browser By default, mozwire will open the login page in a
browser, this option prevents mozwire a browser page
from being opened.
--print-token Print the token used to query the Mozilla API, so that
it can be reused with --token, without having to sign
in each time.
-V, --version Prints version information
OPTIONS:
--token <token> The token used to communicate with the Mozilla API. If unspecified, a web page will be opened to retrieve the token. the MOZ_TOKEN environment variable can also be used instead. [env:
MOZ_TOKEN=]
--token <token> The token used to communicate with the Mozilla API.
If unspecified, a web page will be opened to retrieve
the token. the MOZ_TOKEN environment variable can
also be used instead. [env: MOZ_TOKEN=]
SUBCOMMANDS:
device Add, remove and list devices. To connect to MozillaVPN, a device needs to be on the list.
device Add, remove and list devices. To connect to MozillaVPN, a
device needs to be on the list.
help Prints this message or the help of the given subcommand(s)
relay List available relays (VPN Servers) and save WireGuard configurations for these.
relay List available relays (VPN Servers) and save WireGuard
configurations for these.
To query MozillaVPN, mozwire requires a token, specified with --token. If it is
left unspecified, mozwire will generate a token by opening a login page, the
token generated can be printed using --print-token, so that it can be reused.
To generate a WireGuard configuration use `mozwire relay save`.
token generated can be printed using --print-token, so that it can be reused. To
generate a WireGuard configuration use `mozwire relay save`.
```

## Contact
Expand Down

0 comments on commit d705602

Please sign in to comment.