slackbuilds/network/nordvpn
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README network/nordvpn: Fixed dep info in README 2021-04-19 22:49:14 -05:00
doinst.sh
nordvpn.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
nordvpn.info network/nordvpn: Updated for version 3.8.6. 2020-11-29 01:02:53 +07:00
rc.nordvpn
slack-desc

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.

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.  It is still under heavy development.  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'