diff --git a/pages/common/mozillavpn.md b/pages/common/mozillavpn.md new file mode 100644 index 0000000000..ccb72ac7fb --- /dev/null +++ b/pages/common/mozillavpn.md @@ -0,0 +1,36 @@ +# mozillavpn + +> A Virtual Private Network from the makers of Firefox. +> More information: . + +- 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`