This is one proxy based on tor network,
It utlized meek bridge so that China vistors can access certain type of site.
General Ubuntu and Debian release.
Ubuntu 16.04.4 LTS
git clone https://github.com/lancezhao/torproxy.git
cd torproxy
./install.sh
Your tor proxy was now set up on current server:
Socks5 Proxy: tcp-1080
Http Proxy: tcp-8080
Assume you know how to use them
Can support Raspbian, just need to change install.sh:
> arc="x64" # or arm
to
> arc="arm"