What are alternative methods for accessing blocked websites?

  • Thread starter Thread starter mech-eng
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
36 replies · 4K views
rootone said:
The OP says that Wikipedia is censored/banned in Turkey.
WWGD said:
Is it even technically possible?
2017 block of Wikipedia in Turkey ...
 
  • Like
Likes   Reactions: WWGD
Physics news on Phys.org
mech-eng said:
But I know changing DNS can work very well with some sites but what is the reason that it does not work for wikipedia?

Thank you.
DNS requests are sent in cleartext and are likely being intercepted, or the Wikipedia IP ranges are being blocked. The main issue I see with using proxies/VPN/Tor to access restricted content is their use is very noticeable from the network administator's perspective, and I think it's best to stay off their radar if possible.
 
Last edited:
stoomart said:
DNS requests are sent in cleartext and are likely being intercepted. The main issue I see with using proxies/VPN/Tor to access restricted content is their use is very noticeable from the network administator's perspective, and I think it's best to stay off their radar if possible.

Tor also ?
 
Buffu said:
Tor also ?
Yes, Tor is really just an anonymizing VPN that prevents the target server from knowing where you connected from, but the traffic from your client to the entry node is trivial to identify as Tor traffic by its signature/fingerprint.

Like all current low-latency anonymity networks, Tor cannot and does not attempt to protect against monitoring of traffic at the boundaries of the Tor network (i.e., the traffic entering and exiting the network). While Tor does provide protection against traffic analysis, it cannot prevent traffic confirmation (also called end-to-end correlation).​

 
  • Like
Likes   Reactions: WWGD
If you don't want to use tor or a vpn, you could still use googles web cache. i.e. go to google.com and type in "cache:https://en.wikipedia.org/wiki/2017_block_of_Wikipedia_in_Turkey"
Since the connection between your browser and google is encrypted, there should be no way to tell that you used wikipedia. Even if your ISP logs all your activity, all they will see is that you connected to googles servers.

edit: I just noticed, typing in "cache:..." into google will redirect you to an unencrypted http site for some reason. Therefore it's better to type in the correct url directly https://webcache.googleusercontent....ia.org/wiki/2017_block_of_Wikipedia_in_Turkey
 
Last edited:
  • Like
Likes   Reactions: DonaldSilver and WWGD