Have used many, the one that stuck is AirVPN. Best capabilities and Linux support.
Ask HN: What VPN service are you currently using?
141–150 of 344 posts
Re: Ask HN: What VPN service are you currently using?
#142Re: Ask HN: What VPN service are you currently using?
#143Re: Ask HN: What VPN service are you currently using?
#144I use Algo[1] on a variety of VPS providers. It supports IPSec, but I only use Wireguard through it. Supporting OpenVPN is an explicit anti-goal for Algo[2]. I generally strongly recommend against using VPN providers on false advertisement grounds -- VPNs fundamentally cannot provide strong anonymity properties, but that doesn't stop many providers from listing anonymity as a selling point. In terms of the property V…
Takes less than 10 minutes to setup a VPN with algo on DO and I just shut it down after my task was done. Cost me $0.02. The support for Wireguard + OSX Wireguard App is perfect and super easy.
Please tell your coworkers, thank you!
Re: Ask HN: What VPN service are you currently using?
#145Why do I choose them? Besides the ease of use over multiple platforms, they are the only VPN (I am aware of) that has held up in court that they do not store any logs when asked to handover personal information.
Sources:
[1] https://torrentfreak.com/private-internet-access-no-logging-...
[2] https://www.scribd.com/doc/303226103/Fake-bomb-threat-arrest
Re: Ask HN: What VPN service are you currently using?
#146This might sound dumb. But, I use ProtonVPN because Mozilla partnered with them and I place trust in Mozilla’s ability to make a more informed choice than I can make — largely due to their access to information and on hand knowledge and expertise. https://blog.mozilla.org/futurereleases/2018/10/22/testing-n...
Re: Ask HN: What VPN service are you currently using?
#147It's insanely easy to set up a new box (I use linode right now but it works with a bunch of cloud providers) and it works well for my mobile devices too.
I like the fact that it's my own server and I am the only person with a copy of the encryption keys.
Also, I have a buddy who is in a middle-eastern country where using a VPN is illegal who was unable to use any other VPN service but had no issue connecting to and using my Streisand box.
Re: Ask HN: What VPN service are you currently using?
#148The first question you should ask is why you want a VPN. Because I believe many people newer ask this question and have some vague idea about "it somehow improves security and/or privacy". In most situations this likely isn't true. You add an additional attack vector and you centralize your communication to a single point.
100% this. VPN marketing appears to have really gotten to people, everyone's always asking about it. Real reasons I can see to use a VPN service 1) You want your traffic to reliably egress in that country. i.e. I live in New Zealand but to access some Australian TV on demand, I need to "appear" in Australia. 2) Errr, I can't think of any others. If you are really trying to hide your traffic from your ISP: 1) Change I…
Streisand (https://github.com/StreisandEffect/streisand) is another option. It has the benefit of running on your own VPS (or bare metal if you want) and it is extremely user-friendly to set up and use.
Re: Ask HN: What VPN service are you currently using?
#149Is there a way to setup an “always on” VPN on my device, such that it disallows any traffic to egress unless connected to the VPN?
On macOS/iOS you can configure the built-in VPN clients to use "on-demand" mode, which wont allow traffic before the VPN connection is established. The only way to configure this however is using the Apple Configurator tool and create a custom profile. I run this for my OpenBSD IKEv2 servers which gives me automatic on-demand VPN on cellular and all non-known Wi-Fi networks (== not home).
'Activate on demand' is just a checkbox in WireGuard app settings on iOS, so apparently it's only the built-in VPN types that need Apple Configurator. Since IPSEC/IKEv2 are overengineered and L2TP is outdated, you're better off using wg anyway.
Re: Ask HN: What VPN service are you currently using?
#150The first question you should ask is why you want a VPN. Because I believe many people newer ask this question and have some vague idea about "it somehow improves security and/or privacy". In most situations this likely isn't true. You add an additional attack vector and you centralize your communication to a single point.