From 47dd5fffd8bc83d3a0a2b434e051418a66332491 Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Fri, 20 Jan 2017 00:23:44 +1000 Subject: [PATCH] * add note about ipset backend in docs --- docs/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) 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)