Sign inSign up

a00s/httpproxy-go-runner

By a00s

Updated about 6 years ago

HTTP/HTTPS proxy runner

Image
0

1.6K

a00s/httpproxy-go-runner repository overview

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

Tag summary

Content type

Image

Digest

Size

2.3 MB

Last updated

about 6 years ago

docker pull a00s/httpproxy-go-runner