409
Apple quietly deletes nearly a hundred VPNs that allowed Russians to get around censorship
(english.elpais.com)
This is a most excellent place for technology news and articles.
Normal VPNs don't work in Russia, you need one that's masked as usual traffic now.
You can get a free VPS from AWS or Oracle Cloud and set up Wireguard on it
It's blocked, you need to set up hysteria or vless/reality to avoid VPN blocks which means you need to run the client
It's blocked, you need to set up hysteria or vless/reality to avoid VPN blocks which means you need to run the client
Do they really block all connections to popular cloud providers? That also blocks a bunch of "innocent" websites and services, doesn't it?
They just block the VPN protocol, you need to pretend to be a website
VPN over an HTTP proxy then?
Or WireGuard TCP over UDP obfuscation?
It's not about where the connection is going, it's about what the connection is. There are ways to detect connection based on type.
The high school I went to could autodetect and block wireguard connections, and then it would kick you off of the internet for 10 minutes. No matter what VPN server I used, wireguard would be detected.
Deep packet inspection and tricks like this can be used to automatically detect vpns. In order to "beat" them, you have you use a stealthier vpn protocol, that can disguise itself as more innocuous traffic. @[email protected] mentions some of the stealthy vpn protocols.