diff --git a/docs/tools.md b/docs/tools.md index f3fdf6cd..6e84affc 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -132,7 +132,7 @@ We are testing a new feature that allows readers to better identify and understa -## Top 3 Private VPN Providers +## Top 4 Private VPN Providers
VPNs do not provide anonymity @@ -185,6 +185,18 @@ If you're looking for added **security**, you should always ensure you're connec [Read Full Review :material-arrow-right-drop-circle:](vpn.md#ivpn) +- ![Windscribe logo](assets/img/vpn/mini/windscribe.svg){ .lg .middle .twemoji } **windscribe** + + --- + + - [x] **69+ Countries** + - [x] WireGuard Support + - [x] Monero & Cash Payments + - [ ] No Port Forwarding + - [ ] No IPv6 + + [Read Full Review :material-arrow-right-drop-circle:](vpn.md#windscribe) + ## Top 3 Private Email Providers diff --git a/docs/vpn.md b/docs/vpn.md index d86959c2..133c4f1a 100644 --- a/docs/vpn.md +++ b/docs/vpn.md @@ -272,6 +272,97 @@ Mullvad has published [App Store](https://apps.apple.com/app/id1488466513) and [ Mullvad is very transparent about which nodes they [own or rent](https://mullvad.net/en/servers). They use [ShadowSocks](https://shadowsocks.org) in their ShadowSocks + OpenVPN configuration, making them more resistant against firewalls with [Deep Packet Inspection](https://en.wikipedia.org/wiki/Deep_packet_inspection) trying to block VPNs. Supposedly, [China has to use a different method to block ShadowSocks servers](https://github.com/net4people/bbs/issues/22). +### Windscribe + +
+ +![Windscribe logo](assets/img/vpn/windscribe.svg#only-light){ align=right } +![Windscribe logo](assets/img/vpn/windscribe-dark.svg#only-dark){ align=right } + +**Windscribe** is a Canadian-based VPN provider established in 2016. + +[:octicons-home-16: Homepage](https://windscribe.com){ .md-button .md-button--primary } +[:octicons-eye-16:](https://windscribe.com/privacy){ .card-link title="Privacy Policy" } +[:octicons-info-16:](https://windscribe.com/knowledge-base){ .card-link title=Documentation} +[:octicons-code-16:](https://github.com/windscribe){ .card-link title="Source Code" } + +
+Downloads + +- [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.windscribe.vpn) +- [:simple-appstore: App Store](https://apps.apple.com/app/id1129435228) +- [:simple-windows11: Windows](https://windscribe.com/vpn-for-windows) +- [:simple-apple: macOS](https://windscribe.com/vpn-for-mac) +- [:simple-linux: Linux](https://windscribe.com/guides/linux) + +
+ +
+ +#### :material-check:{ .pg-green } 69 Countries + +Windscribe has [servers in 69 countries](https://windscribe.com/features/large-network)(1). Picking a VPN provider with a server nearest to you will reduce latency of the network traffic you send. This is because of a shorter route (less hops) to the destination. +{ .annotate } + +1. Last checked: 2022-06-01 + +We also think it's better for the security of the VPN provider's private keys if they use [dedicated servers](https://en.wikipedia.org/wiki/Dedicated_hosting_service), instead of cheaper shared solutions (with other customers) such as [virtual private servers](https://en.wikipedia.org/wiki/Virtual_private_server). + +#### :material-check:{ .pg-green } Independently Audited + +Windscribe's desktop and mobile clients have been audited by TODO and published at TODO. The audit concluded: + +> ? + +Windscribe's current infrastructure has not been independently audited, however a pre-production audit of their upcoming infrastructure stack [has](https://github.com/privacyguides/privacyguides.org/pull/1312#issuecomment-1452262340) been completed. Their new infrastructure stack is scheduled to deploy in 2023 alongside published audits, and we will update the information here when those are made available. + +#### :material-check:{ .pg-green } Open-Source Clients + +As of May 2022 [Windscribe applications are now open source](https://github.com/Windscribe). + +#### :material-check:{ .pg-green } Accepts Monero + +In addition to accepting credit/debit cards and PayPal, Windscribe accepts Monero, Bitcoin, and a variety of other cryptocurrencies as payment. + +#### :material-check:{ .pg-green } WireGuard Support + +Windscribe [supports Wireguard](https://blog.windscribe.com/introducing-wireguard-76a1670700a6/) and it is supported by their [config generator](https://windscribe.com/features/config-generators). [WireGuard](https://www.wireguard.com) is a newer protocol that utilizes state-of-the-art [cryptography](https://www.wireguard.com/protocol/), and aims to be simpler and more performant. + +#### :material-check:{ .pg-green } IPv6 Support + +TODO NEED TO CHECK + +#### :material-alert-outline:{ .pg-orange } Remote Port Forwarding + +Remote ephemeral [port forwarding](https://en.wikipedia.org/wiki/Port_forwarding) is possible with a [Pro plan](https://windscribe.com/features/port-forwarding). For a permanent port forward, you need to purchase a [static IP](https://windscribe.com/staticips). + +#### :material-check:{ .pg-green } Censorship Circumvention + +TODO NEED TO CHECK + +#### :material-check:{ .pg-green } Mobile Clients + +In addition to providing standard OpenVPN configuration files, Windscribe has mobile clients for [App Store](https://apps.apple.com/app/id1129435228) and [Google Play](https://play.google.com/store/apps/details?id=com.windscribe.vpn) allowing for easy connections to their servers. + +#### :material-information-outline:{ .pg-blue } Additional Functionality + +Windscribe offers [R.O.B.E.R.T.](https://windscribe.com/features/robert), a customizable server-side domain and IP blocking tool. They also offer static IP addresses, team accounts, and support for two-factor authentication. + +## Criteria + +
+

Danger

+ +It is important to note that using a VPN provider will not make you anonymous, but it will give you better privacy in certain situations. A VPN is not a tool for illegal activities. Don't rely on a "no log" policy. + + + + + + + + + ## Criteria
diff --git a/theme/assets/img/vpn/windscribe-dark.svg b/theme/assets/img/vpn/windscribe-dark.svg new file mode 100644 index 00000000..68563bfa --- /dev/null +++ b/theme/assets/img/vpn/windscribe-dark.svg @@ -0,0 +1,2 @@ + + diff --git a/theme/assets/img/vpn/windscribe.svg b/theme/assets/img/vpn/windscribe.svg new file mode 100644 index 00000000..e74654b5 --- /dev/null +++ b/theme/assets/img/vpn/windscribe.svg @@ -0,0 +1,2 @@ + +