Subversion Repositories configs

Rev

Rev 3 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3 Rev 70
Line 15... Line 15...
15
#   - Blocking is per IP and NOT per service, but ideal as action against ssh password bruteforcing hosts
15
#   - Blocking is per IP and NOT per service, but ideal as action against ssh password bruteforcing hosts
16
 
16
 
17
[Definition]
17
[Definition]
18
actionban   = ip route add <blocktype> <ip>
18
actionban   = ip route add <blocktype> <ip>
19
actionunban = ip route del <blocktype> <ip>
19
actionunban = ip route del <blocktype> <ip>
-
 
20
actioncheck =
-
 
21
actionstart =
-
 
22
actionstop =
20
 
23
 
21
[Init]
24
[Init]
22
 
25
 
23
# Option:  blocktype
26
# Option:  blocktype
24
# Note:    Type can be blackhole, unreachable and prohibit. Unreachable and prohibit correspond to the ICMP reject messages.
27
# Note:    Type can be blackhole, unreachable and prohibit. Unreachable and prohibit correspond to the ICMP reject messages.