mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
a7756bc0da
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
18 lines
684 B
Text
18 lines
684 B
Text
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
|