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

SlackBuilds Repository

14.2 > Network > windscribe (1.4)

Windscribe VPN is a Canada-based provider that promises to help you 
browse the web privately. It contains a set of tools that work
together to block ad trackers and web beacons, restore access to
blocked content and help you safeguard your privacy online.
You can use Windscribe for free, for as long as you like.
With a confirmed email address you get 10GB/month of data
and access to over 10 countries.

The following can be used to start/stop Windscribe automatically:
/etc/rc.d/rc.local
if [ -x /etc/rc.d/rc.windscribe ]; then
/etc/rc.d/rc.windscribe start
fi

/etc/rc.d/rc.local_shutdown
if [ -x /etc/rc.d/rc.windscribe ]; then
/etc/rc.d/rc.windscribe stop
fi

Maintained by: Reza Talebi
Keywords: windscribe,network,internet,vpn
ChangeLog: windscribe

Homepage:
https://www.windscribe.com/

Source Downloads (64bit):
windscribe-cli-1.4-52.x86_64.rpm (8b04995a4030d4f1c14550dcfe630a34)

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

(the SlackBuild does not include the source)

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