Download and Installation
Download
Download executable (Linux, Mac, Windows)
HTTP Relay is a single executable with no dependencies. No installation or root/Administrator user needed.
Docker
- Latest image:
jonasjasas/httprelay
- Image list
- Run:
docker run -p 8080:8080 jonasjasas/httprelay
Build
Install the package to your $GOPATH with the go tool from shell:
go get gitlab.com/jonas.jasas/httprelay
cd ~/go/src/gitlab.com/jonas.jasas/httprelay
go run ./cmd/...
Make sure Git is installed on your machine and in your system’s PATH
.
Test installation
Go to http://localhost:8080/health should display version number.
Command line arguments
- -a Bind to IP address (default 0.0.0.0)
- -p Bind to port (default 8080)
- -u Bind to Unix socket path
- -h Print help