Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
4 |
- |
1 |
# Fail2Ban configuration file for using afctl on Mac OS X Server 10.5
|
|
|
2 |
#
|
|
|
3 |
# Anonymous author
|
|
|
4 |
# http://www.fail2ban.org/wiki/index.php?title=HOWTO_Mac_OS_X_Server_(10.5)&diff=prev&oldid=4081
|
|
|
5 |
#
|
|
|
6 |
# Ref: https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man8/afctl.8.html
|
|
|
7 |
|
|
|
8 |
[Definition]
|
|
|
9 |
actionstart =
|
|
|
10 |
actionstop =
|
|
|
11 |
actioncheck =
|
|
|
12 |
actionban = /usr/libexec/afctl -a <ip> -t <bantime>
|
|
|
13 |
actionunban = /usr/libexec/afctl -r <ip>
|
|
|
14 |
|
|
|
15 |
[Init]
|
|
|
16 |
bantime = 2880
|