Total Pageviews

Thursday 31 March 2016

stunnel-android

Wrapper of stunnel (https://www.stunnel.org) on Android.

Building

  1. Download the stunnel executable for Android from official website or cross-compile it on your own.
  2. Put the stunnel executable into src/main/assets
  3. Build it

Note

If you run proxy via stunnel, remember to exclude this STunnel app from your proxy list, or you will get into an infinite loop.

from https://github.com/PeterCxy/stunnel-android