This script is for Slackware 14.2 only and may be outdated.

SlackBuilds Repository

14.2 > Network > nordvpn (3.8.6)

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. However if you want to try
it, you need to install these 2 optional dependencies:

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'

Maintained by: Reza Talebi
Keywords: nordvpn,network,internet,vpn,nord
ChangeLog: nordvpn

Homepage:
https://www.nordvpn.com/

Source Downloads (64bit):
nordvpn-3.8.6-1.x86_64.rpm (16b9f8b5ea5224e445427a4b1dbf4093)

Download SlackBuild:
nordvpn.tar.gz
nordvpn.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
doinst.sh
nordvpn.SlackBuild
nordvpn.info
rc.nordvpn
slack-desc

Validated for Slackware 14.2

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds