diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2020-03-14 06:34:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-14 06:34:52 +0700 |
commit | a7756bc0da0c42617dfdeef87ddca4eca4c85329 (patch) | |
tree | 5f8c64740fd6807bdeefa20af6d73bf5c5351773 /network/windscribe/README | |
parent | 516a405d6ab55ce3b827b9edbf41f40a2f292fa4 (diff) | |
download | slackbuilds-a7756bc0da0c42617dfdeef87ddca4eca4c85329.tar.gz |
network/windscribe: Added (Browse the web privately).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/windscribe/README')
-rw-r--r-- | network/windscribe/README | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/network/windscribe/README b/network/windscribe/README new file mode 100644 index 0000000000..d9a9bd4fcd --- /dev/null +++ b/network/windscribe/README @@ -0,0 +1,18 @@ +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 |