1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/nordvpn.md

33 lines
584 B
Markdown
Raw Normal View History

2021-08-22 14:58:07 +02:00
# 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`