Earlier quoted context omitted.
Greentunnel is not just a DoH client. Greentunnel also breaks up your packets in such a manner that prevents SNI sniffing, which is what makes it able to prevent blocking by Jio.
> Greentunnel also breaks up your packets in such a manner that prevents SNI sniffing... Yep, here's the code that does the trick: https://github.com/SadeghHayeri/GreenTunnel/blob/master/src/...
"dependencies": {
"app-data-folder": "^1.0.0",
"chalk": "^2.4.2",
"clear": "^0.1.0",
"consola": "^2.11.0",
"debug": "^4.1.1",
"dns-over-http": "^0.1.2",
"dns-over-tls": "0.0.6",
"esm": "^3.2.22",
"is-docker": "^2.0.0",
"lru-cache": "^5.1.1",
"node-localstorage": "^2.1.5",
"ora": "^3.2.0",
"std-env": "^2.2.1",
"universal-analytics": "^0.4.20",
"update-notifier": "^2.5.0",
"validator": "^10.11.0",
"winreg": "^1.2.4",
"yargs": "^13.2.2"
},