mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
protonvpn-cli, protonvpn-cli-connect: fix link and update pages (#13860)
* protonvpn-cli: fix link * Update and rename protonvpn-cli.md to protonvpn.md * Update and rename protonvpn-cli-connect.md to protonvpn-connect.md
This commit is contained in:
parent
2418089208
commit
9a3243d4c8
3 changed files with 41 additions and 45 deletions
|
@ -1,37 +0,0 @@
|
|||
# protonvpn-cli
|
||||
|
||||
> Official ProtonVPN client.
|
||||
> See also: `protonvpn-cli-connect`.
|
||||
> More information: <https://github.com/ProtonVPN/linux-cli>.
|
||||
|
||||
- Log in to the ProtonVPN account:
|
||||
|
||||
`protonvpn-cli login {{username}}`
|
||||
|
||||
- Start a kill switch upon connecting to ProtonVPN:
|
||||
|
||||
`protonvpn-cli killswitch --on`
|
||||
|
||||
- Connect to ProtonVPN interactively:
|
||||
|
||||
`protonvpn-cli connect`
|
||||
|
||||
- Display connection status:
|
||||
|
||||
`protonvpn-cli status`
|
||||
|
||||
- Block malware using ProtonVPN NetShield:
|
||||
|
||||
`protonvpn-cli netshield --malware`
|
||||
|
||||
- Disconnect from ProtonVPN:
|
||||
|
||||
`protonvpn-cli disconnect`
|
||||
|
||||
- Display the current ProtonVPN configuration:
|
||||
|
||||
`protonvpn-cli config --list`
|
||||
|
||||
- Display help for a subcommand:
|
||||
|
||||
`protonvpn-cli {{subcommand}} --help`
|
|
@ -1,28 +1,28 @@
|
|||
# protonvpn-cli connect
|
||||
# protonvpn connect
|
||||
|
||||
> Connect to ProtonVPN.
|
||||
> More information: <https://protonvpn.com/support/linux-vpn-setup/>.
|
||||
> More information: <https://github.com/Rafficer/linux-cli-community>.
|
||||
|
||||
- Connect to ProtonVPN interactively:
|
||||
|
||||
`protonvpn-cli connect`
|
||||
`protonvpn {{c|connect}}`
|
||||
|
||||
- Connect to ProtonVPN using the fastest server available:
|
||||
|
||||
`protonvpn-cli connect --fastest`
|
||||
`protonvpn {{c|connect}} {{-f|--fastest}}`
|
||||
|
||||
- Connect to ProtonVPN using a specific server with a specific protocol:
|
||||
|
||||
`protonvpn-cli connect {{server_name}} --protocol {{udp|tcp}}`
|
||||
`protonvpn {{c|connect}} {{server_name}} -p {{udp|tcp}}`
|
||||
|
||||
- Connect to ProtonVPN using a random server with a specific protocol:
|
||||
|
||||
`protonvpn-cli connect --random --protocol {{udp|tcp}}`
|
||||
`protonvpn {{c|connect}} {{-r|--random}} -p {{udp|tcp}}`
|
||||
|
||||
- Connect to ProtonVPN using the fastest Tor-supporting server:
|
||||
|
||||
`protonvpn-cli connect --tor`
|
||||
`protonvpn {{c|connect}} --tor`
|
||||
|
||||
- Display help:
|
||||
|
||||
`protonvpn-cli connect --help`
|
||||
`protonvpn connect --help`
|
33
pages/linux/protonvpn.md
Normal file
33
pages/linux/protonvpn.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
# protonvpn
|
||||
|
||||
> Unofficial third-party ProtonVPN client.
|
||||
> See also: `protonvpn-connect`.
|
||||
> More information: <https://github.com/Rafficer/linux-cli-community>.
|
||||
|
||||
- Initialize ProtonVPN profile:
|
||||
|
||||
`protonvpn init`
|
||||
|
||||
- Connect to ProtonVPN interactively:
|
||||
|
||||
`protonvpn {{c|connect}}`
|
||||
|
||||
- Display connection status:
|
||||
|
||||
`protonvpn {{s|status}}`
|
||||
|
||||
- Disconnect from ProtonVPN:
|
||||
|
||||
`protonvpn {{d|disconnect}}`
|
||||
|
||||
- Reconnect or connect to the last server used:
|
||||
|
||||
`protonvpn {{r|reconnect}}`
|
||||
|
||||
- Refresh OpenVPN configuration and server data:
|
||||
|
||||
`protonvpn refresh`
|
||||
|
||||
- Display help for a subcommand:
|
||||
|
||||
`protonvpn {{subcommand}} --help`
|
Loading…
Add table
Reference in a new issue