https://github.com/a0s/httpproxy-go-runner
Runner for httpproxy-go
https://github.com/a0s/httpproxy-go-runner
Last synced: 3 months ago
JSON representation
Runner for httpproxy-go
- Host: GitHub
- URL: https://github.com/a0s/httpproxy-go-runner
- Owner: a0s
- Created: 2020-08-01T14:46:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T16:40:34.000Z (almost 6 years ago)
- Last Synced: 2025-04-12T06:37:51.812Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
httpproxy-go-runner
===============
Run https/https proxy separately with [httpproxy-go](https://github.com/a0s/httpproxy-go).
Options
-------
```shell script
-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
-----
```shell script
go run main.go --host 0.0.0.0 --port 18080 --https
```
or
```shell script
docker run --rm -p 18080:18080 a00s/httpproxy-go-runner --host 0.0.0.0 --port 18080 --https
```