The objective is to build HTTP c2 redirectors as containers. Deploy to kubernetes or run as standalone containers.
- Set SUBDOMAIN to any domain you want to use for your redirectors
make nginx_conf SUBDOMAIN=somesubdomain.rootdomain.com
make build SUBDOMAIN=somesubdomain.rootdomain.com
- Test the container locally.
docker run --rm -it -p 80:80 -p 443:443 c2-redirector
- Note: You may need to sudo if your current user is not apart of the docker group
- Coming soon