forked from mpfr/pftbld
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpftbld.conf
39 lines (39 loc) · 800 Bytes
/
pftbld.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
###############################################################
# Sample pftbld.conf #
###############################################################
# Uncomment and adapt to your requirements. #
# Consult the pftbld.conf(5) manpage for further information. #
###############################################################
#
#exclude {
# localhosts
# net "10.0.0/24"
#}
#
#drop 3w
#
#target "www" {
# persist "/etc/pftbld/clientaddr-www.list"
# exclude keytermfile "/etc/pftbld/keyterms-www.list"
#
# socket "/var/www/run/pftbld-www.sock" {
# owner "www"
# group "www"
# }
#
# cascade {
# table "attackers"
# hits 4
# expire 1h
#
# step {
# hits 12
# expire 6h
# }
# step {
# expire 5d
# no drop
# kill nodes
# }
# }
#}