Comment on Youtube can detect VPNs now... the fuck?

utopiah@lemmy.world ⁨4⁩ ⁨days⁩ ago

I mean… detecting (some) VPNs is as trivial as

fetch(‘https://github.com/NazgulCoder/IPLists/raw/refs/heads/main/output/vpn-ipv4.txt’).then( res => res.text() ).then( res => console.log( res.includes( “1.2.3.4” ) ) )

thanks to github.com/NazgulCoder/IPLists/

FWIW though I did try, connected via a random VPN from ProtonVPN from Argentina… and it wasn’t in that list. So it’s not perfect. Also ProtonVPN has apparently today 13K servers according to protonvpn.com/vpn-servers

That being said I can imagine that Google, which is literally built on crawling the Web, has all the infrastructure and expertise needed to have such lists and up to date ones.

I’m not justifying blocking VPN here, only trying to clarify that unless you self-host in a rather specific setup (i.e. not relying a popular cloud provider but truly self hosting) it’s technically not hard to block VPNs.

source
Sort:hotnewtop