Reminder that it looks like NordVPN does shady stuff: https://news.ycombinator.com/item?id=29285988 Allegedly, they are using their customers as botnets to resell traffic from residential IPs, mostly for scraping, through their other business "Oxylabs".
They, and ALL VPN PROVIDERS, sell your DNS data, as well. That's the real business model.
NordVPN library and client code open-sourced
91–100 of 276 posts
Re: NordVPN library and client code open-sourced
#92Reminder that it looks like NordVPN does shady stuff: https://news.ycombinator.com/item?id=29285988 Allegedly, they are using their customers as botnets to resell traffic from residential IPs, mostly for scraping, through their other business "Oxylabs".
Is this behavior only enabled by their client? If you use your own OpenVPN client to connect to their OpenVPN server are you avoiding this behavior?
Re: NordVPN library and client code open-sourced
#93Earlier quoted context omitted.
I hear there's a dirty secret that more and more companies are doing this to make things like Netflix that block VPNs "just work" though their services. Not sure how true this is or how widespread, though.
This has been brought up before, Netflix does not work with a VPN on. It knows you’re using a VPN and blocks you (asks you to disable it.) Yes this is true even with NordVPN, which I bought specifically to be able to watch Netflix on when expressVPN didn’t work.
I had whole home VPN configured and I couldn't access NFLX streaming content from the house. Getting Netflix traffic to bypass the VPN is incredibly difficult without hacking the client side code to have it update the bypass rules on-demand in response to the client side JSON payloads - or hook into DNS resolution and do VPN bypassing there based on a regeular expression of the origin and the returned records.
The way NFLX works under the hood, from the client's perspective, is that it makes an initial request to a service hosted in AWS. That service stitches together the list-of-lists on the home page. Then you select a film to watch, it again reaches out to a service hosted in AWS to ask to stream the content. This is really straightforward to get working with whole home VPN, you just bypass the VPN for those origins (using DNS queries to get the IP blocks) and you are golden. A little cron job could keep that IP bypass list fresh and it worked well enough to get through the UI.
But then the AWS service responds with a list of streams you are licensed to watch and URLs that point to their location. Those URLs point to Netflix's OpenConnect CDN hosts. Nearly every time I went to stream, I'd pull a different origin for the content and that would route back through the VPN. The list wasn't stable, so I couldn't compile a comprehensive list of origins to route around the VPN with.
So NFLX blocks VPNs to protect their licenses, which I understand. But their architecture made it impossible for me to allow their service to bypass my VPN. So any device I wanted/needed to use NFLX on had to have a direct connection to the internet.
Re: NordVPN library and client code open-sourced
#94This reminds me of the 'original' 2019 video by Tom Scott called "This Video Is Sponsored By [redacted] VPN" where he explains most of the reasons listed to use VPN by ads is useless: * https://www.youtube.com/watch?v=WVDQEoe6ZWY And then a few years later with "My robot double sells out (so I don't have to)" he did a follow-up listing useful reasons (geo-based content, better prices on vacation sites, etc) which was…
Isn't he now doing a lot of NordVPN ads himself in recent videos too? Turns out everyone has their price.
Re: NordVPN library and client code open-sourced
#95This reminds me of the 'original' 2019 video by Tom Scott called "This Video Is Sponsored By [redacted] VPN" where he explains most of the reasons listed to use VPN by ads is useless: * https://www.youtube.com/watch?v=WVDQEoe6ZWY And then a few years later with "My robot double sells out (so I don't have to)" he did a follow-up listing useful reasons (geo-based content, better prices on vacation sites, etc) which was…
Isn't he now doing a lot of NordVPN ads himself in recent videos too? Turns out everyone has their price.
Re: NordVPN library and client code open-sourced
#96Earlier quoted context omitted.
I don't think its sketchy, it's just that the VPN business has extremely large revenues compared to costs of the service, which means A LOT of money remains for marketing. They can spend exorbitant amounts on youtube ads and affiliate review sites. It's a bit of a unique market in this way, people are willing to pay $5-$10 per month for something that costs $1.
Nothing shady about fleecing your customers ;) The fact they're in Panama suggests some kind of money laundering scheme to me at the very least.
Re: NordVPN library and client code open-sourced
#97Reminder that it looks like NordVPN does shady stuff: https://news.ycombinator.com/item?id=29285988 Allegedly, they are using their customers as botnets to resell traffic from residential IPs, mostly for scraping, through their other business "Oxylabs".
They, and ALL VPN PROVIDERS, sell your DNS data, as well. That's the real business model.
Not all VPN providers sell data (DNS or otherwise). Some operate for privacy-driven reasons and actively seek to be good stewards for their customers.
Re: NordVPN library and client code open-sourced
#98Since there is so much criticism here of NordVPN (in general, not for open-sourcing), what are the VPNs that people like?
Take a look at Mullvad for a VPN done right. Completely anonymous usernames, randomly generated, accepts cryptocurrency or cards purchased anonymously at a physical store with cash. One concerning issue is the Swedish jurisdiction. The nordic countries are better at privacy, but Sweden is a 14-eyes nation. But I can't say it's better or worse than NordVPN's... Panama.
Re: NordVPN library and client code open-sourced
#99Earlier quoted context omitted.
This has been brought up before, Netflix does not work with a VPN on. It knows you’re using a VPN and blocks you (asks you to disable it.) Yes this is true even with NordVPN, which I bought specifically to be able to watch Netflix on when expressVPN didn’t work.
No? I've used Netflix with NordVPN like 2 years ago and since then switched to ProtonVPN, which works as well... Using VPNs for Streaming is selling point #1 for tons of people.
Re: NordVPN library and client code open-sourced
#100Earlier quoted context omitted.
I hear there's a dirty secret that more and more companies are doing this to make things like Netflix that block VPNs "just work" though their services. Not sure how true this is or how widespread, though.
This has been brought up before, Netflix does not work with a VPN on. It knows you’re using a VPN and blocks you (asks you to disable it.) Yes this is true even with NordVPN, which I bought specifically to be able to watch Netflix on when expressVPN didn’t work.