Proxies requests to the Segment CDN and Tracking API.
Usage of proxy:
-debug
debug mode
-port string
bind address (default "8080")
- Clone the repo
git clone git@github.com:segmentio/segment-proxy.git
. - Run
make build run
.
- Run
go get github.com/segmentio/segment-proxy
. - Run
segment-proxy
.
Download the latest binaries from Github.
- Run
docker run --publish 8080:8080 segment/proxy
.