See releases or build repo using make build
or make builddev
TODO:
- Use CI for github releases for multiple targets
- Make go get work to fetch the command (I'm new to go so if people start caring about this project I'll take things further)
redirect-server --manifest manifest.yml
manifest.yml
---
options:
# Will redirect all http request to HTTPS
enforcehttps: true
redirects:
- host: myoldsite.com
target: https://mynewsite.com/
- host: localhost:3000
path: '*/blah'
target: http://fixate.it/$1
- Tests