1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/protonvpn.md
Sebastiaan Speck 9a3243d4c8
protonvpn-cli, protonvpn-cli-connect: fix link and update pages (#13860)
* protonvpn-cli: fix link

* Update and rename protonvpn-cli.md to protonvpn.md

* Update and rename protonvpn-cli-connect.md to protonvpn-connect.md
2024-10-02 08:18:28 +02:00

33 lines
611 B
Markdown

# protonvpn
> Unofficial third-party ProtonVPN client.
> See also: `protonvpn-connect`.
> More information: <https://github.com/Rafficer/linux-cli-community>.
- Initialize ProtonVPN profile:
`protonvpn init`
- Connect to ProtonVPN interactively:
`protonvpn {{c|connect}}`
- Display connection status:
`protonvpn {{s|status}}`
- Disconnect from ProtonVPN:
`protonvpn {{d|disconnect}}`
- Reconnect or connect to the last server used:
`protonvpn {{r|reconnect}}`
- Refresh OpenVPN configuration and server data:
`protonvpn refresh`
- Display help for a subcommand:
`protonvpn {{subcommand}} --help`