jumaris / sshtunnel

Automatically exported from code.google.com/p/sshtunnel
GNU General Public License v3.0
1 stars 0 forks source link

some suggestions #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
first, nice work, well, still some suggestions though

1, try dropbear instead of connectbot, might improve performance.
2, implement other components(dns etc) in NDK for performance again.
3, support setting proxy directly, not through ssh, well, you might suggest 
transproxy but it has no dns proxy.
4, multiple profile selection.

Original issue reported on code.google.com by JimmyZ.Z on 23 Feb 2011 at 3:02

GoogleCodeExporter commented 8 years ago
thanks very much for your suggestions

1,2.  until now, i am not familiar with cross compile on android system. for 
dropbear, i have got it run properly on my phone. but i have no idea about how 
to communicate with it through jni
3. actually, this app just use transproxy to set proxy directly. of course, it 
does not support dns proxy, so i brought one implementation from cmwrap project 
into this project ( you can find them in assets and org.sshtunnel.DNSServer ).
4. multiple profile selection, maybe one day, but i cannot promise. 

if you'd like to contribute to this app, you can help with some stuff about 
dropbear. 

looking forward to your reply

Original comment by max.c...@gmail.com on 23 Feb 2011 at 7:02

GoogleCodeExporter commented 8 years ago
sorry but i know nothing about android development...

by transproxy I mean this:
http://forum.xda-developers.com/showthread.php?t=766569
he uses redsocks and no ssh tunnel support and you're using jsocks, for me ssh 
tunnel is not needed but i do need DNS

the username of you showed on google code is max.c...@gmail.com, so how could i 
contact you... i'm jimmyz.z(at no spam)youknowthat

Original comment by JimmyZ.Z on 23 Feb 2011 at 7:57

GoogleCodeExporter commented 8 years ago
please take a look at the "assets" folder, where i place redsocks

Original comment by max.c...@gmail.com on 23 Feb 2011 at 10:04

GoogleCodeExporter commented 8 years ago
sorry for my misunderstanding :(

Original comment by JimmyZ.Z on 23 Feb 2011 at 10:07

GoogleCodeExporter commented 8 years ago
i create a new branch named "dropbear", which is using dropbear instead of 
connectbot

Original comment by max.c...@gmail.com on 23 Feb 2011 at 10:09

GoogleCodeExporter commented 8 years ago

Original comment by max.c...@gmail.com on 1 Mar 2011 at 11:28