2021-07-24 20:18:22 +01:00
|
|
|
# protonvpn-cli
|
|
|
|
|
2023-07-16 18:23:40 +01:00
|
|
|
> Official ProtonVPN client.
|
2023-10-03 03:25:49 +01:00
|
|
|
> See also: `protonvpn-cli-connect`.
|
2021-07-24 20:18:22 +01:00
|
|
|
> 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`
|