OnkelDom / go-httpproxy

Lightweight GO Webproxy with Basic Auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-httpproxy

Lightweight GO Webproxy with Basic Auth

Go Get

go get -u github.com/OnkelDom/go-httpproxy

Go Build

go build proxy.go

Startup Commands

./proxy -h
usage: proxy [<flags>]

Flags:
  -h, --help  Show context-sensitive help (also try --help-long and --help-man).
      --web.listen-address=":8080"  
              server address
      --auth.username="webproxy"  
              auth username
      --auth.password="webproxy"  
              auth password

About

Lightweight GO Webproxy with Basic Auth

License:Apache License 2.0


Languages

Language:Go 100.0%