not legally allowed page

melihbc

Newbie
Joined
Feb 21, 2025
Messages
2
Reaction score
1
Hello. I have a website and this site is not legally allowed to be displayed in Turkey. However, some people make legally blocked sites accessible from mobile devices. How can they do this? How can I do this for my own website?
 
Hello. I have a website and this site is not legally allowed to be displayed in Turkey. However, some people make legally blocked sites accessible from mobile devices. How can they do this? How can I do this for my own website?
They usually use techniques like proxying traffic through a different server, setting up Cloudflare with custom page rules, or using domain fronting. For mobile, sometimes DNS over HTTPS or using specific app-based tunneling helps too. You can build a lightweight reverse proxy to serve content from a non-blocked origin.
 

Common Techniques Used to Bypass Country Blocks​


1.​


  • They create a new domain (like .net, .io, .to, etc.) that mirrors the main site.
  • Since only the original domain is blocked, a new domain can temporarily bypass restrictions.

2.​


  • Services like Cloudflare offer "edge servers" and proxy routing that can hide the original server location and make it harder for ISPs to block access.
  • Cloudflare also has an “Argo Smart Routing” feature that helps avoid congested or blocked paths.

3.​


  • Some operators create mobile apps (APK files) that pull content directly from the site through proxies or VPNs behind the scenes.
  • These apps aren’t always available in the Play Store or App Store but are sideloaded.

4.​


  • Some users run DNS servers on Anycast IPs and use DNS over HTTPS (DoH) or DNS over TLS (DoT) to bypass DNS-level censorship.
 
It's likely they're using a method like TOR or a stealth proxy to get around the restrictions
 
Hello. I have a website and this site is not legally allowed to be displayed in Turkey. However, some people make legally blocked sites accessible from mobile devices. How can they do this? How can I do this for my own website?
Accessing websites blocked in certain regions is typically done through common methods like using VPNs, proxy servers, or DNS services that bypass country level restrictions.
 
They’re probably using proxies, CDNs, or mirror sites. Cloudflare can help, but be mindful of the legal risks involved.
 
Back
Top