network/nordvpn: Update README.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Reza Talebi 2020-03-05 00:35:09 +07:00 committed by Willy Sudiarto Raharjo
parent 1ea55c2e4e
commit 06f0fb1619
1 changed files with 16 additions and 0 deletions

View File

@ -14,3 +14,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'