diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-19 22:49:14 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-19 22:49:14 -0500 |
commit | a311376e879788ddc532f081ed93e4dc1d819fb9 (patch) | |
tree | f10c0eaec9b6437a373e4f33148491fbbb90fede /network/nordvpn | |
parent | de9bdb5fc17f9c1bda61c5f6b9252be87cb9c9a6 (diff) |
network/nordvpn: Fixed dep info in README
Diffstat (limited to 'network/nordvpn')
-rw-r--r-- | network/nordvpn/README | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/network/nordvpn/README b/network/nordvpn/README index 8f0e00328c2e..7e00584469f4 100644 --- a/network/nordvpn/README +++ b/network/nordvpn/README @@ -17,17 +17,13 @@ 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. It is still under heavy development. You can switch to +NordLynx with the following command: -wireguard-linux-compat -wireguard-tools - -Then you can switch to NordLynx with the following command: -'nordvpn set technology NordLynx' + 'nordvpn set technology NordLynx' And connect using: -'nordvpn c' + 'nordvpn c' You can always switch back to OpenVPN using this command: -'nordvpn set technology OpenVPN' + 'nordvpn set technology OpenVPN' |