mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
nordvpn: add page (#6393)
This commit is contained in:
parent
67bf062382
commit
b8497a4807
1 changed files with 24 additions and 0 deletions
24
pages/linux/nordvpn.md
Normal file
24
pages/linux/nordvpn.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# nordvpn
|
||||
|
||||
> Command-line interface for NordVPN.
|
||||
> More information: <https://nordvpn.com/download/linux/>.
|
||||
|
||||
- Interactively log into a NordVPN account:
|
||||
|
||||
`nordvpn login`
|
||||
|
||||
- Display the connection status:
|
||||
|
||||
`nordvpn status`
|
||||
|
||||
- Connect to the nearest NordVPN server:
|
||||
|
||||
`nordvpn connect`
|
||||
|
||||
- List all available countries:
|
||||
|
||||
`nordvpn countries`
|
||||
|
||||
- Connect to a NordVPN server in a specific country:
|
||||
|
||||
`nordvpn connect {{Germany}}`
|
Loading…
Add table
Reference in a new issue