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

来源:互联网 发布:展柜成本核算软件 编辑:程序博客网 时间:2024/05/23 16:36

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.

0 0