From b8497a48074aad382d1f98399af2094b4dbdaa8a Mon Sep 17 00:00:00 2001 From: theeyeofcthulhu <81586157+theeyeofcthulhu@users.noreply.github.com> Date: Sun, 22 Aug 2021 14:58:07 +0200 Subject: [PATCH] nordvpn: add page (#6393) --- pages/linux/nordvpn.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/linux/nordvpn.md diff --git a/pages/linux/nordvpn.md b/pages/linux/nordvpn.md new file mode 100644 index 000000000..e843a3fb8 --- /dev/null +++ b/pages/linux/nordvpn.md @@ -0,0 +1,24 @@ +# nordvpn + +> Command-line interface for NordVPN. +> More information: . + +- 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}}`