RaspberryPi: Proxy Server (Goagent-->XX-Net)

What is GoAgent(XX-Net)?

https://github.com/XX-net/XX-Net

Install on RaspberryPi & Run

$ git clone https://github.com/XX-net/XX-Net.git
$ cd XX-Net-2.7.3
$ ./start.sh

Open web browser, access 127.0.0.1:8085, then you will get a manage page.

Make Rpi acting as a local proxy server

$ vim XX-Net-2.7.3/gae_proxy/local/proxy.ini 

Change ip from 127.0.0.1 to 0.0.0.0
This make gae listen on all the interface.

Using the local proxy server

On another pc, set proxy to RaspberryPiIPAddres:8087. Then you can use RaspberryPi as a local proxy server.

你可能感兴趣的:(RaspberryPi: Proxy Server (Goagent-->XX-Net))