mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:42:07 +02:00
mozillavpn: add page (#7394)
This commit is contained in:
parent
a77ff935a4
commit
0b6d4b21bc
1 changed files with 36 additions and 0 deletions
36
pages/common/mozillavpn.md
Normal file
36
pages/common/mozillavpn.md
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
# mozillavpn
|
||||||
|
|
||||||
|
> A Virtual Private Network from the makers of Firefox.
|
||||||
|
> More information: <https://github.com/mozilla-mobile/mozilla-vpn-client/wiki/Command-line-interface>.
|
||||||
|
|
||||||
|
- Log in with an interactive prompt:
|
||||||
|
|
||||||
|
`mozillavpn login`
|
||||||
|
|
||||||
|
- Connect to Mozilla VPN:
|
||||||
|
|
||||||
|
`mozillavpn activate`
|
||||||
|
|
||||||
|
- Display the connection status:
|
||||||
|
|
||||||
|
`mozillavpn status`
|
||||||
|
|
||||||
|
- List available servers:
|
||||||
|
|
||||||
|
`mozillavpn servers`
|
||||||
|
|
||||||
|
- Select a specific server:
|
||||||
|
|
||||||
|
`mozillavpn select {{server_name}}`
|
||||||
|
|
||||||
|
- Disconnect from Mozilla VPN:
|
||||||
|
|
||||||
|
`mozillavpn deactivate`
|
||||||
|
|
||||||
|
- Log out:
|
||||||
|
|
||||||
|
`mozillavpn logout`
|
||||||
|
|
||||||
|
- Display help for a subcommand:
|
||||||
|
|
||||||
|
`mozillavpn {{subcommand}} --help`
|
Loading…
Add table
Reference in a new issue