slackbuilds/network/windscribe
Andrew Clemons 6c0b73ba7c
network/windscribe: Fix build filename, makepkg.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2023-01-14 08:49:56 +07:00
..
README
doinst.sh network/windscribe: Updated for version 2.4.8. 2022-05-21 08:25:09 +07:00
open_source_licenses.txt network/windscribe: Updated for version 2.3.15. 2022-03-03 15:56:39 +07:00
path.diff network/windscribe: Update path to /opt 2022-03-03 15:56:40 +07:00
rc.windscribe network/windscribe: Update path to /opt 2022-03-03 15:56:40 +07:00
slack-desc
windscribe.SlackBuild network/windscribe: Fix build filename, makepkg. 2023-01-14 08:49:56 +07:00
windscribe.info network/windscribe: Updated for version 2.5.18. 2022-12-31 00:31:24 +07:00

README

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