highlighting ini-blocks

master
Sergey G. Brester 2019-03-14 21:21:26 +01:00
parent f82f937497
commit 2ada4d2120
1 changed files with 2 additions and 2 deletions

@ -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