xuchengzhi / gsproxy

golang simple proxy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gsproxy is a simple http proxy with basic authentication support.

Installing from source

To install, run

$ go get github.com/yangxikun/gsproxy

Build

$ go install github.com/yangxikun/gsproxy/cmd/gsproxy 

You will now find a gsproxy binary in your $GOPATH/bin directory.

Usage

Start proxy

$ gsproxy -auth test:1234

Run gsproxy -help for more information.

About

golang simple proxy

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%