diff --git a/How-to-test-newer-fail2ban-version-resp.-use-fail2ban-standalone-instance.md b/How-to-test-newer-fail2ban-version-resp.-use-fail2ban-standalone-instance.md index 9f34ae3..03d022e 100644 --- a/How-to-test-newer-fail2ban-version-resp.-use-fail2ban-standalone-instance.md +++ b/How-to-test-newer-fail2ban-version-resp.-use-fail2ban-standalone-instance.md @@ -25,7 +25,7 @@ PYTHONPATH=. ./bin/fail2ban-testcases --fast --no-network mkdir run ``` - create `./config/fail2ban.local` and write there this another paths: -``` +```ini [Definition] logtarget = /tests/f2b10/run/fail2ban.log socket = /tests/f2b10/run/fail2ban.sock @@ -33,7 +33,7 @@ pidfile = /tests/f2b10/run/fail2ban.pid dbfile = /tests/f2b10/run/fail2ban.sqlite3 ``` - create `./config/jail.local` and write there your own customizations only, e. g. your backend, enable there your jails, etc.: -``` +```ini [DEFAULT] backend = pyinotify default_backend = pyinotify