Strategies for bypassing mobile internet whitelists
mainDepending on the level of restriction, use one of these three strategies:
- SNI Spoofing: The simplest method. Use a domain from
whitelist.txtas your SNI. This only works if the operator is not checking IP addresses. - Whitelisted Server: Find a hosting provider (inside or outside Russia) whose IP subnets are present in
ipwhitelist.txtorcidrwhitelist.txt. Use a server with one of these IPs. - Two-Server Setup: The most reliable method. Route traffic through a Russian server with a whitelisted IP, which then connects to a foreign server, which then connects to the internet (
client -> russian server -> foreign server -> internet).