[NLUUG]   Welcome to ftp.vim.org,
Hosted by ftp.nluug.nl
Current directory: /ftp/os/Linux/distr/salix/i486/extra-15.0/source/network/nordvpn/
Contents of README:
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.

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
    /etc/rc.d/rc.nordvpn start
  fi

/etc/rc.d/rc.local_shutdown
  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. Dependencies already satisfied at full install.
In case of any issue, you need to reinstall following packages:

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'

Icon  Name                                                      Last modified      Size  
[DIR] Parent Directory - [TXT] README 12-Jun-2022 00:42 1.2K [   ] doinst.sh 12-Jun-2022 00:42 521 [TXT] nordvpn.SlackBuild 04-Jun-2022 05:41 3.0K [   ] nordvpn.info 12-Jun-2022 00:42 419 [   ] nordvpn_3.14.0_i386.deb 12-Jun-2022 00:42 22M [TXT] rc.nordvpn 09-Apr-2022 10:50 2.0K [TXT] slack-desc 12-Jun-2022 00:42 962

NLUUG - Open Systems. Open Standards
Become a member and get discounts on conferences and more, see the NLUUG website!