slackbuilds/network/nordvpn
Reza Talebi e64a484f94
network/nordvpn: Update MD5SUM.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-09-28 07:31:28 +07:00
..
README
doinst.sh
nordvpn.SlackBuild network/nordvpn: Updated for version 3.3.1-3. 2019-09-13 23:29:28 +07:00
nordvpn.info network/nordvpn: Update MD5SUM. 2019-09-28 07:31:28 +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