Skip to content

Commit

Permalink
Fix fail2ban docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Mar 14, 2024
1 parent b6b6ea0 commit 4aa0fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1507,7 +1507,7 @@ fail2ban keeps a list of ip addresses that are allowed to fail to login without
time. To add an ip address to that list, add the following lines
to the variable `hieradata` in `main.tf`:
```yaml
fail2ban::ignoreip:
fail2ban::whitelist:
- x.x.x.x
- y.y.y.y
```
Expand Down

0 comments on commit 4aa0fbb

Please sign in to comment.