summaryrefslogtreecommitdiffstats
path: root/network/nordvpn/README
blob: 2f946e2f5e315a685bd1a9738c8e884f95490c67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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