1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 21:17:57 +01:00
tldr/pages/linux/protonvpn-cli-connect.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

690 B

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