mirror of https://github.com/fail2ban/fail2ban
highlighting ini-blocks
parent
f82f937497
commit
2ada4d2120
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue