summaryrefslogtreecommitdiffstats
path: root/network/nordvpn/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/nordvpn/README')
-rw-r--r--network/nordvpn/README10
1 files changed, 8 insertions, 2 deletions
diff --git a/network/nordvpn/README b/network/nordvpn/README
index 8f0e00328c..b4f3ba5626 100644
--- a/network/nordvpn/README
+++ b/network/nordvpn/README
@@ -5,6 +5,12 @@ 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.
+This script requires a 'nordvpn' group to exist before running.
+You can create this group like this (Run these as root):
+ groupadd -g 373 nordvpn
+ usermod -aG nordvpn $USER (Replace $USER with your username)
+Then log out of the system and login again.
+
The following can be used to start/stop NordVPN automatically:
/etc/rc.d/rc.local
if [ -x /etc/rc.d/rc.nordvpn ]; then
@@ -17,8 +23,8 @@ The following can be used to start/stop NordVPN automatically:
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:
+app. Dependencies already satisfied at full install.
+In case of any issue, you need to reinstall following packages:
wireguard-linux-compat
wireguard-tools