Go to file
fancy 78121f8480 Update README.md 2024-12-02 12:22:11 +01:00
devlog recommit everything because git broke 2024-11-30 06:48:01 +00:00
src recommit everything because git broke 2024-11-30 06:48:01 +00:00
templates recommit everything because git broke 2024-11-30 06:48:01 +00:00
.gitignore recommit everything because git broke 2024-11-30 06:48:01 +00:00
Cargo.lock recommit everything because git broke 2024-11-30 06:48:01 +00:00
Cargo.toml recommit everything because git broke 2024-11-30 06:48:01 +00:00
LICENSE recommit everything because git broke 2024-11-30 06:48:01 +00:00
README.md Update README.md 2024-12-02 12:22:11 +01:00

README.md

Charon (WIP)

Charon is an anti-DDoS reverse proxy. Learn more here.

USAGE

Charon follows the UNIX philosophy (do one thing and do it well), so, by design, it doesn't provide an overwhelming amount of configuration. It's configured through environment variables.

PORT: Integer, Default: 8080, determines what port charon listens on

HOST: IP, Default 127.0.0.1, determines the IP address charon listens on

RUST_LOG, Default none, determines the verbosity of charon's logs