protonvpn-cli: add page (#6255)
This commit is contained in:
28
pages/linux/protonvpn-cli-connect.md
Normal file
28
pages/linux/protonvpn-cli-connect.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# protonvpn-cli connect
|
||||
|
||||
> Official client to connect to ProtonVPN from the command-line.
|
||||
> 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 connect --help`
|
Reference in New Issue
Block a user