yum install python-pip
pip install shadowsocks
{
"enable" : true,
"password" : "password",
"method" : "rc4-md5",
"remarks" : "",
"server" : "proxy.hostname",
"server_port" : proxy.port,
"local_port" : 1080,
"timeout" : 600,
"remarks_base64" : ""
}
nohup sslocal -c /etc/shadowsocks.json /dev/null 2>&1 &
sudo yum install autoconf
cd <privoxy-src-path>
autoheader && autoconf
./configure
make && make install
modify the following lines
listen-address 127.0.0.1:8118
forward-socks5t / 127.0.0.1:1080 .
privoxy --user privoxy /usr/local/etc/privoxy/config
export http_proxy=http://127.0.0.1:8118
export https_proxy=http://127.0.0.1:8118
source /etc/profile
curl www.google.com