2013-11-02 00:16:14 +00:00
|
|
|
Categories:Internet
|
2013-06-05 09:44:43 +00:00
|
|
|
License:GPLv3
|
2016-06-23 15:52:57 +00:00
|
|
|
Web Site:
|
|
|
|
Source Code:https://bitbucket.org/madeye/sshtunnel
|
|
|
|
Issue Tracker:https://bitbucket.org/madeye/sshtunnel/issues
|
2013-06-05 09:44:43 +00:00
|
|
|
|
2013-06-17 09:06:42 +00:00
|
|
|
Auto Name:SSHTunnel
|
2013-06-05 09:44:43 +00:00
|
|
|
Summary:Browse internet via a proxy
|
|
|
|
Description:
|
2015-09-12 05:52:14 +00:00
|
|
|
SSH tunnel app based on Connectbot and Dropbear / OpenSSH (Beta Branch). With
|
|
|
|
this app and a configured server (typically configured with sshd and nginx /
|
|
|
|
squid), you can easily browse internet through a SSH tunnel on your android
|
|
|
|
devices.
|
2013-06-05 09:44:43 +00:00
|
|
|
|
|
|
|
Requires root: No, but the advanced features will require root.
|
|
|
|
.
|
|
|
|
|
2015-09-09 20:23:17 +00:00
|
|
|
Requires Root:yes
|
2013-06-05 09:44:43 +00:00
|
|
|
|
|
|
|
Repo Type:hg
|
2016-06-23 15:52:57 +00:00
|
|
|
Repo:https://bitbucket.org/madeye/sshtunnel
|
2013-06-05 09:44:43 +00:00
|
|
|
|
2014-04-26 10:15:00 +00:00
|
|
|
Build:1.5.5,73
|
|
|
|
disable=WIP ceffc98a19b1
|
|
|
|
commit=unknown - see disabled
|
|
|
|
srclibs=redsocks@release-0.4,iptables@android-4.2.2_r1,FinfAgent@v0.1
|
|
|
|
prebuild=rm assets/iptables assets/redsocks libs/FlurryAgent.jar && \
|
|
|
|
echo "android.library.reference.1=$$FinfAgent$$" >> project.properties && \
|
|
|
|
mkdir -p external && \
|
|
|
|
cp -r $$iptables$$ external/ && \
|
|
|
|
cp -r $$redsocks$$ external/ && \
|
|
|
|
cd external/redsocks/ && \
|
|
|
|
git apply ../../libs/redsocks.patch && \
|
|
|
|
cd ../../ && \
|
|
|
|
touch external/iptables/extensions/fixinit.py && \
|
|
|
|
git apply libs/afwall.patch && \
|
|
|
|
cd external/iptables/ && \
|
|
|
|
python extensions/fixinit.py
|
2014-08-26 11:30:35 +00:00
|
|
|
target=android-17
|
2014-04-26 10:15:00 +00:00
|
|
|
build=cd external/redsocks/ && \
|
|
|
|
make && \
|
|
|
|
mv redsocks? ../../assets/ && \
|
|
|
|
cd ../../ && \
|
|
|
|
$$NDK$$/ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=external/iptables/Android.mk && \
|
|
|
|
mv libs/armeabi/iptables assets/
|
2013-06-05 09:44:43 +00:00
|
|
|
|
|
|
|
Auto Update Mode:None
|
|
|
|
Update Check Mode:RepoManifest
|
2016-06-24 05:06:00 +00:00
|
|
|
Current Version:1.5.6
|
|
|
|
Current Version Code:74
|