This the git repo for independent project, a p2p proxy network. Its goal is to protect users' privacy and hide their online identity by forwarding their network requests in a random manner.
- Linux machine
- Go version go1.8.1 (If want to build the project)
- Run following command to get the executable
go build peerproxy.go
- change 'peerproxy' to executable if necessary (for linux, 'chmod +x peerproxy')
- Configure your local computer proxy to 'localhost:3129' (for macOS, system preference -> network-> advanced -> proxies-> web proxy, type 'localhost' in Web Proxy Server, and '3129' as the port)
- Open your terminal, run peerproxy with one of the available peers. For example, type
/.peerproxy [available peer IP]