a0s / httpproxy-go-runner

Runner for httpproxy-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

httpproxy-go-runner

Run https/https proxy separately with httpproxy-go.

Options

  -host string
        bind to host (default "127.0.0.1")
  -http
        enable http proxy
  -https
        enable https proxy
  -port uint
        bind to port (default 8080)

Usage

go run main.go --host 0.0.0.0 --port 18080 --https

or

docker run --rm -p 18080:18080 a00s/httpproxy-go-runner --host 0.0.0.0 --port 18080 --https

About

Runner for httpproxy-go


Languages

Language:Go 85.6%Language:Dockerfile 14.4%