summaryrefslogtreecommitdiffstats
path: root/network/nordvpn/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/nordvpn/README')
-rw-r--r--network/nordvpn/README21
1 files changed, 19 insertions, 2 deletions
diff --git a/network/nordvpn/README b/network/nordvpn/README
index 2f946e2f5e..8f0e00328c 100644
--- a/network/nordvpn/README
+++ b/network/nordvpn/README
@@ -1,5 +1,6 @@
-The NordVPN app for Linux protects your sensitive data with military-grade
-encryption, so that whatever you do online stays secure and private.
+The NordVPN app for Linux protects your sensitive data with
+military-grade encryption, so that whatever you do online stays secure
+and private.
More than 5000 servers worldwide. No logs of your online activity.
Secure up to 6 devices with a single account.
Access online content securely, with no restrictions.
@@ -14,3 +15,19 @@ The following can be used to start/stop NordVPN automatically:
if [ -x /etc/rc.d/rc.nordvpn ]; then
/etc/rc.d/rc.nordvpn stop
fi
+
+NOTE: NordVPN has implemented NordLynx (WireGuard protocol) into the
+app. It is still under heavy development. However if you want to try
+it, you need to install these 2 optional dependencies:
+
+wireguard-linux-compat
+wireguard-tools
+
+Then you can switch to NordLynx with the following command:
+'nordvpn set technology NordLynx'
+
+And connect using:
+'nordvpn c'
+
+You can always switch back to OpenVPN using this command:
+'nordvpn set technology OpenVPN'