snippetbashTip
mozillavpn — A Virtual Private Network from the makers of Firefox. See also: `fastd`, `ivpn`, `mullvad`, `warp-cl
Viewed 0 times
virtualthecommandfromnetworkmozillavpncliprivate
Problem
How to use the
mozillavpn command: A Virtual Private Network from the makers of Firefox. See also: fastd, ivpn, mullvad, warp-cli. More information: <https://github.com/mozilla-mobile/mozilla-vpn-client/wiki/Command-line-interface>.Solution
mozillavpn — A Virtual Private Network from the makers of Firefox. See also: fastd, ivpn, mullvad, warp-cli. More information: <https://github.com/mozilla-mobile/mozilla-vpn-client/wiki/Command-line-interface>.Log in with an interactive prompt:
mozillavpn loginConnect to Mozilla VPN:
mozillavpn activateDisplay the connection status:
mozillavpn statusList available servers:
mozillavpn serversSelect a specific server:
mozillavpn select {{server_name}}Disconnect from Mozilla VPN:
mozillavpn deactivateLog out:
mozillavpn logoutDisplay help for a subcommand:
mozillavpn {{subcommand}} --helpCode Snippets
Log in with an interactive prompt
mozillavpn loginConnect to Mozilla VPN
mozillavpn activateDisplay the connection status
mozillavpn statusList available servers
mozillavpn serversSelect a specific server
mozillavpn select {{server_name}}Context
tldr-pages: common/mozillavpn
Revisions (0)
No revisions yet.