2021-08-22 13:58:07 +01: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}}`
|
2022-03-24 07:32:45 +00:00
|
|
|
|
|
|
|
- Connect to a NordVPN server in a specific country and city:
|
|
|
|
|
|
|
|
`nordvpn connect {{Germany}} {{Berlin}}`
|
|
|
|
|
|
|
|
- Set autoconnect option:
|
|
|
|
|
|
|
|
`nordvpn set autoconnect on`
|