2021-07-24 20:18:22 +01:00
|
|
|
# protonvpn-cli connect
|
|
|
|
|
2023-07-16 18:23:40 +01:00
|
|
|
> Connect to ProtonVPN.
|
2021-07-24 20:18:22 +01:00
|
|
|
> More information: <https://protonvpn.com/support/linux-vpn-setup/>.
|
|
|
|
|
|
|
|
- Connect to ProtonVPN interactively:
|
|
|
|
|
|
|
|
`protonvpn-cli connect`
|
|
|
|
|
|
|
|
- Connect to ProtonVPN using the fastest server available:
|
|
|
|
|
|
|
|
`protonvpn-cli connect --fastest`
|
|
|
|
|
|
|
|
- Connect to ProtonVPN using a specific server with a specific protocol:
|
|
|
|
|
|
|
|
`protonvpn-cli connect {{server_name}} --protocol {{udp|tcp}}`
|
|
|
|
|
|
|
|
- Connect to ProtonVPN using a random server with a specific protocol:
|
|
|
|
|
|
|
|
`protonvpn-cli connect --random --protocol {{udp|tcp}}`
|
|
|
|
|
|
|
|
- Connect to ProtonVPN using the fastest Tor-supporting server:
|
|
|
|
|
|
|
|
`protonvpn-cli connect --tor`
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
2021-11-08 10:03:59 +00:00
|
|
|
`protonvpn-cli connect --help`
|