mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 14:00:43 +00:00
Update cheatsheets
This commit is contained in:
37
linux/nordvpn
Normal file
37
linux/nordvpn
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
|
||||
- Connect to a NordVPN server in a specific country and city:
|
||||
|
||||
`nordvpn connect {{Germany}} {{Berlin}}`
|
||||
|
||||
- Set autoconnect option:
|
||||
|
||||
`nordvpn set autoconnect on`
|
||||
Reference in New Issue
Block a user