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-cli.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

675 B

protonvpn-cli

Official ProtonVPN client. More information: https://github.com/ProtonVPN/linux-cli.

  • Log in to the ProtonVPN account:

protonvpn-cli login {{username}}

  • Start a kill switch upon connecting to ProtonVPN:

protonvpn-cli killswitch --on

  • Connect to ProtonVPN interactively:

protonvpn-cli connect

  • Display connection status:

protonvpn-cli status

  • Block malware using ProtonVPN NetShield:

protonvpn-cli netshield --malware

  • Disconnect from ProtonVPN:

protonvpn-cli disconnect

  • Display the current ProtonVPN configuration:

protonvpn-cli config --list

  • Display help for a subcommand:

protonvpn-cli {{subcommand}} --help