Browse Source

Merge branch 'master' of github.com:bwhaines/sovereign

Thomas Buck 5 years ago
parent
commit
528e50db72
1 changed files with 33 additions and 3 deletions
  1. 33
    3
      roles/common/templates/etc_fail2ban_jail.local.j2

+ 33
- 3
roles/common/templates/etc_fail2ban_jail.local.j2 View File

6
 action    = %(action_)s
6
 action    = %(action_)s
7
 
7
 
8
 # JAILS
8
 # JAILS
9
-[ssh]
9
+[sshd]
10
 enabled   = true
10
 enabled   = true
11
 maxretry  = 3
11
 maxretry  = 3
12
 
12
 
14
 enabled   = true
14
 enabled   = true
15
 banaction = iptables-allports
15
 banaction = iptables-allports
16
 
16
 
17
-[ssh-ddos]
17
+[sshd-ddos]
18
 enabled   = true
18
 enabled   = true
19
 
19
 
20
-[apache]
20
+[apache-auth]
21
+enabled = true
22
+
23
+[apache-badbots]
24
+enabled = true
25
+
26
+[apache-botsearch]
27
+enabled = true
28
+
29
+[apache-common]
30
+enabled = true
31
+
32
+[apache-fakegooglebot]
33
+enabled = true
34
+
35
+[apache-modsecurity]
36
+enabled = true
37
+
38
+[apache-nohome]
39
+enabled = true
40
+
41
+[apache-noscript]
42
+enabled = true
43
+
44
+[apache-overflows]
45
+enabled = true
46
+
47
+[apache-pass]
48
+enabled = true
49
+
50
+[apache-shellshock]
21
 enabled = true
51
 enabled = true
22
 
52
 
23
 [postfix]
53
 [postfix]

Loading…
Cancel
Save