diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2020-03-05 00:35:09 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-05 00:35:09 +0700 |
commit | 06f0fb16190858bcb2a1dd362beda2c690e5d659 (patch) | |
tree | 70deaf0600b9bd21001bfcbaa6007f96589f525d /network | |
parent | 1ea55c2e4e3adcd43d3dbf8855d899afe3c50e70 (diff) | |
download | slackbuilds-06f0fb16190858bcb2a1dd362beda2c690e5d659.tar.gz |
network/nordvpn: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r-- | network/nordvpn/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/network/nordvpn/README b/network/nordvpn/README index 2f946e2f5e..298c79fd38 100644 --- a/network/nordvpn/README +++ b/network/nordvpn/README @@ -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' |