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
|
mkdir run
|
||||||
```
|
```
|
||||||
- create `./config/fail2ban.local` and write there this another paths:
|
- create `./config/fail2ban.local` and write there this another paths:
|
||||||
```
|
```ini
|
||||||
[Definition]
|
[Definition]
|
||||||
logtarget = /tests/f2b10/run/fail2ban.log
|
logtarget = /tests/f2b10/run/fail2ban.log
|
||||||
socket = /tests/f2b10/run/fail2ban.sock
|
socket = /tests/f2b10/run/fail2ban.sock
|
||||||
|
@ -33,7 +33,7 @@ pidfile = /tests/f2b10/run/fail2ban.pid
|
||||||
dbfile = /tests/f2b10/run/fail2ban.sqlite3
|
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.:
|
- create `./config/jail.local` and write there your own customizations only, e. g. your backend, enable there your jails, etc.:
|
||||||
```
|
```ini
|
||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
backend = pyinotify
|
backend = pyinotify
|
||||||
default_backend = pyinotify
|
default_backend = pyinotify
|
||||||
|
|
Loading…
Reference in New Issue