diff options
Diffstat (limited to 'templates/fail2ban')
-rw-r--r-- | templates/fail2ban/jail.local | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/fail2ban/jail.local b/templates/fail2ban/jail.local new file mode 100644 index 0000000..c43a87b --- /dev/null +++ b/templates/fail2ban/jail.local @@ -0,0 +1,11 @@ +############################################################################### +# \_o< WARNING : This file is being managed by cfengine! >o_/ # +# ~~~~ ~~~~ # +############################################################################### +[DEFAULT] +ignoreip = 127.0.0.1/8 10.1.0.0/24 37.187.103.36 137.74.173.247 90.85.207.113 +bantime = 3600 +banaction = shorewall + +[sshd] +enabled = true |