SadeghHayeri / GreenTunnel

GreenTunnel is an anti-censorship utility designed to bypass the DPI system that is put in place by various ISPs to block access to certain websites.
MIT License
4.24k stars 273 forks source link

Termux integration with Green Tunnel to run it on android #94

Closed hasanparasteh closed 3 years ago

hasanparasteh commented 3 years ago

There's no android release of Green Tunnel، so it came to my mind that if there's a npm package then I can use it under termux and set proxy to connect.

but green tunnel won't work properly...here is the commands that I used to install in Android 10 termux are:

pkg install nodejs
npm i -g green-tunnel

node & npm version was:

~ $ node -v                                            
v14.15.4
~ $ npm -v                                              
6.14.10
TheSeriousProgrammer commented 3 years ago

I am running green-tunnel on Android for a long time , I guess I cloned the src code in termux and then performed the installation operation. Green-Tunnel is completely written in JS , so green-tunnel wouldn't need platform specifi builds

hasanparasteh commented 3 years ago

I installed it via the npm package manager. So let me try cloning the repo...

hasanparasteh commented 3 years ago

it fixed