mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
34 lines
782 B
Plaintext
34 lines
782 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# protonvpn-cli connect
|
|
|
|
> Connect to ProtonVPN.
|
|
> 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:
|
|
|
|
`protonvpn-cli connect --help`
|