From 442275df160edccc9cfb475ba4767fba418d59fa Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Wed, 9 Sep 2020 15:26:12 +1000 Subject: [PATCH] * update docs --- docs/configuration.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 0df6cd8..e7d62d7 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -8,17 +8,17 @@ Config consists from several sections of various types: * [main] -- daemon settings * [defaults] -- jail defaults -* [source:*] -- source module definitions -* [filter:*] -- filter module definitions -* [backend:*] -- backend module definitions -* [jail:*] -- jail definitions +* [source:%%] -- source module definitions +* [filter:%%] -- filter module definitions +* [backend:%%] -- backend module definitions +* [jail:%%] -- jail definitions Options may be redefined by creating section with same name and option with changed value. Like this: # from f2b.conf [main] - loglevel = info # <- you want to redefine this + loglevel = info # <- you may want to redefine this # from conf-enabled/99-local.conf [main] loglevel = error # <- this will be actual value