From dea9bc0ec22ae770e434d3bcb4356fb7ab9be175 Mon Sep 17 00:00:00 2001 From: "Sergey G. Brester" Date: Thu, 14 Mar 2019 21:18:14 +0100 Subject: [PATCH] highlighting ini-blocks --- ...il2ban-substitution-resp.-runtime-interpolation-works.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename FAQ/Configuration/How fail2ban substitution resp. runtime interpolation works.md => How-fail2ban-substitution-resp.-runtime-interpolation-works.md (98%) diff --git a/FAQ/Configuration/How fail2ban substitution resp. runtime interpolation works.md b/How-fail2ban-substitution-resp.-runtime-interpolation-works.md similarity index 98% rename from FAQ/Configuration/How fail2ban substitution resp. runtime interpolation works.md rename to How-fail2ban-substitution-resp.-runtime-interpolation-works.md index bcb88bf..1a7bb98 100644 --- a/FAQ/Configuration/How fail2ban substitution resp. runtime interpolation works.md +++ b/How-fail2ban-substitution-resp.-runtime-interpolation-works.md @@ -9,7 +9,7 @@ Our implementation is more complex (allows includes, recursive interlaced substi This case `cftoken = %(cftoken)s` is not allowed, because it will produce endless cycle (always substitute itself, again and again). As well as following is not allowed also (for the same reason): -``` +```ini A = %(B)s B = %(C)s C = %(A)s @@ -19,14 +19,14 @@ Since we support an extensions called "known" with syntax `%(known/option)s`, af So try your luck with `cftoken = %(known/cftoken)s` If you will set resp. deliver some init parameter from jail to filter or action, you can currently use another interpolation extension of us with another syntax `