From 78121f8480aa288de87b4852f59d7fa9a627fcf9 Mon Sep 17 00:00:00 2001 From: fancy Date: Mon, 2 Dec 2024 12:22:11 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index abd91a5..ed693bc 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file