.TH BLD_ACL.CONF "5" "August 2004" .SH NAME bld_acl.conf - Access lists for BLD .SH DESCRIPTION \fIbld_acl.conf\fR consists of lines used by \fBbld\fR to control clients access. The lines are processed in order of appearance. If two lines contain different information about the same IP address, the last is used. Blank lines and lines beginning with a `#' are ignored. .PP Access control lines have the following format: .sp .ti +3 address: action[, action] .PP \fIaddress\fR can be of the following forms: .IP \(bu `n.n.n.n' (IP address), .IP \(bu `n.n.n.n/m.m.m.m' (network with netmask) .IP \(bu or `n.n.n.n/b' (network with bitmask). .PP \fIaction\fR is one of the following: .IP \(bu `submit', .IP \(bu `query' .IP \(bu `insert' .IP \(bu `decrement' .IP \(bu or `all'. .SH NOTES .PP There is no need to restart or send any signal to \fBbld\fR after modifying (or deleting) this file. .SH FILES .PP /etc/bld/bld_acl.conf .SH SEE ALSO .PP bld(8) bld.conf(5) bld_whitelist.conf(5) .SH AUTHOR Olivier Beyssac