diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2019-08-30 07:51:51 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-30 07:51:51 +0700 |
commit | ea94c6f09a575554f312fbf2a93437402a75f969 (patch) | |
tree | ea90bbce72e221a543f753a18d197e77d7a3c86b /network/nordvpn/README | |
parent | 995ea5181357a7d9e418af5dca9e8c6663a12301 (diff) | |
download | slackbuilds-ea94c6f09a575554f312fbf2a93437402a75f969.tar.gz |
network/nordvpn: Added (Protect your privacy online).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/nordvpn/README')
-rw-r--r-- | network/nordvpn/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/network/nordvpn/README b/network/nordvpn/README new file mode 100644 index 0000000000..2f946e2f5e --- /dev/null +++ b/network/nordvpn/README @@ -0,0 +1,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 |