diff --git a/docs/configuration.md b/docs/configuration.md index 8b60ed1..0df6cd8 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -112,6 +112,10 @@ exec This options can be used more than once, commands will be executed in order they appers in config. Tokens / will be replaced with actual values. +ipset +: Init string is ipset set name. The set should already exist, this module only add/del/check addresses. + Set creation/destroying is planned but not implemented yet. + redis : Init string is name of pubsub channel on redis server (will be prefixed with "f2b-") Options almost the same as source/redis. 'ping' option - for keeping connection alive (see PING redis command)