Skip to content

Comment on DuckDuckGo coming back online in India following country-wide blockparent

Comments

How does Jio do it? Would encrypted SNI help in thwarting that?

I think it will on some supported sites. Enable the dns over https option in firefox.

Check the status here - https://www.cloudflare.com/ssl/encrypted-sni/

Your best bet would still be a vpn which will work on all the sites.

Jio uses DNS sniffing and SNI blocking.

They monitor all DNS requests(no matter who provides the DNS server). So the solution is DNS over HTTPS.

The SNI method is a bit tricky. ESNI does prevent the blocking, but currently it’s rarely implemented by websites. One other solution is TCP fragmentation. Split the packet containing SNI into two. This prevents them from catching the whole URL mentioned in the SNI. Thus, they are unable to block it.

One such tool: https://github.com/SadeghHayeri/GreenTunnel

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.