Pouria Rezaei 902f5f2dbe network/windscribe: Update path to /opt 2 years ago
..
README a7756bc0da network/windscribe: Added (Browse the web privately). 4 years ago
doinst.sh a7756bc0da network/windscribe: Added (Browse the web privately). 4 years ago
open_source_licenses.txt 5c8b312d41 network/windscribe: Updated for version 2.3.15. 2 years ago
path.diff 902f5f2dbe network/windscribe: Update path to /opt 2 years ago
rc.windscribe 902f5f2dbe network/windscribe: Update path to /opt 2 years ago
slack-desc a7756bc0da network/windscribe: Added (Browse the web privately). 4 years ago
windscribe.SlackBuild 902f5f2dbe network/windscribe: Update path to /opt 2 years ago
windscribe.info 5c8b312d41 network/windscribe: Updated for version 2.3.15. 2 years ago

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