From a5754612c65a25ee8f476368f60219fe594a876e Mon Sep 17 00:00:00 2001 From: AR2000 Date: Wed, 18 Dec 2024 22:33:13 +0100 Subject: [PATCH] fix doc error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2672db6..e233376 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A Crowdsec firewall bouncer based on [crowdsec-custom-bouncer](https://github.co - `IPTABLES_COMMENT` : if set, iptables will load the `comment` module and use the reason argument passed by [crowdsec-custom-bouncer](https://github.com/crowdsecurity/cs-custom-bouncer) as the comment - `IPTABLES_INSERT` : insert new firewall rules at a fixed position - `API_KEY` : crowdsec api key -- `IPTABLES_USE_CHAIN` : chain to use +- `IPTABLES_CHAIN` : chain to use ## Configuration : Set your custom configuration in the `crowdsec-custom-bouncer.yaml.local` file and mount it as a volume at the root of the container. See [Overriding values](https://docs.crowdsec.net/docs/next/configuration/crowdsec_configuration/#overriding-values) or [bouncers/custom](https://docs.crowdsec.net/u/bouncers/custom) for information about the configuration.