mirror of https://github.com/CrimsonTome/tldr.git
33 lines
584 B
Markdown
33 lines
584 B
Markdown
# 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`
|