2024-10-02 08:18:28 +02:00
|
|
|
# protonvpn connect
|
2021-07-24 16:18:22 -03:00
|
|
|
|
2023-07-16 19:23:40 +02:00
|
|
|
> Connect to ProtonVPN.
|
2024-10-02 08:18:28 +02:00
|
|
|
> More information: <https://github.com/Rafficer/linux-cli-community>.
|
2021-07-24 16:18:22 -03:00
|
|
|
|
|
|
|
- Connect to ProtonVPN interactively:
|
|
|
|
|
2025-03-09 01:35:31 +02:00
|
|
|
`protonvpn {{[c|connect]}}`
|
2021-07-24 16:18:22 -03:00
|
|
|
|
|
|
|
- Connect to ProtonVPN using the fastest server available:
|
|
|
|
|
2025-03-09 01:35:31 +02:00
|
|
|
`protonvpn {{[c|connect]}} {{[-f|--fastest]}}`
|
2021-07-24 16:18:22 -03:00
|
|
|
|
|
|
|
- Connect to ProtonVPN using a specific server with a specific protocol:
|
|
|
|
|
2025-03-09 01:35:31 +02:00
|
|
|
`protonvpn {{[c|connect]}} {{server_name}} -p {{udp|tcp}}`
|
2021-07-24 16:18:22 -03:00
|
|
|
|
|
|
|
- Connect to ProtonVPN using a random server with a specific protocol:
|
|
|
|
|
2025-03-09 01:35:31 +02:00
|
|
|
`protonvpn {{[c|connect]}} {{[-r|--random]}} -p {{udp|tcp}}`
|
2021-07-24 16:18:22 -03:00
|
|
|
|
|
|
|
- Connect to ProtonVPN using the fastest Tor-supporting server:
|
|
|
|
|
2025-03-09 01:35:31 +02:00
|
|
|
`protonvpn {{[c|connect]}} --tor`
|
2021-07-24 16:18:22 -03:00
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`protonvpn {{[c|connect]}} --help`
|