Update README.md
This commit is contained in:
parent
4db3e1173e
commit
a72909f20e
13
README.md
13
README.md
|
@ -42,12 +42,13 @@ Fail2ban uses "action" config file to trigger external programs; you can find an
|
||||||
* Copy the example file to `/etc/fail2ban/action.d/naughtylist.conf`
|
* Copy the example file to `/etc/fail2ban/action.d/naughtylist.conf`
|
||||||
* (optionally) change the path and settings inside the config file to match your configuration
|
* (optionally) change the path and settings inside the config file to match your configuration
|
||||||
* Edit the main jail file; this can vary from distro to distro, but it's usually the only file inside `/etc/fail2ban/jail.d`
|
* Edit the main jail file; this can vary from distro to distro, but it's usually the only file inside `/etc/fail2ban/jail.d`
|
||||||
- Example of my jail config:
|
|
||||||
`
|
Example of my jail config:
|
||||||
[sshd]
|
|
||||||
enabled = true
|
[sshd]
|
||||||
action = naughtylist
|
enabled = true
|
||||||
`
|
action = naughtylist
|
||||||
|
|
||||||
* For more infos check the fai2ban documentation.
|
* For more infos check the fai2ban documentation.
|
||||||
|
|
||||||
### Honeypot mode
|
### Honeypot mode
|
||||||
|
|
Loading…
Reference in New Issue
Block a user