Update README.md

This commit is contained in:
fancy 2024-12-02 12:22:11 +01:00
parent 964c77f848
commit 78121f8480
1 changed files with 2 additions and 0 deletions

View File

@ -7,5 +7,7 @@ Charon is an anti-DDoS reverse proxy. [Learn more here](http://yqx6hygykwc45mzjz
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