Skip to content

Files

Latest commit

019dca2 · Apr 22, 2024

History

History

redirectors-container

C2 Redirectors

The objective is to build HTTP c2 redirectors as containers. Deploy to kubernetes or run as standalone containers.

Build

  • 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

Run

  • 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

Deploy

  • Coming soon