bld_acl.conf

Langue: en

Version: 301638 (debian - 07/07/09)

Section: 5 (Format de fichier)

NAME

bld_acl.conf - Access lists for BLD

DESCRIPTION

bld_acl.conf consists of lines used by bld 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.

Access control lines have the following format:


    address: action[, action]

address can be of the following forms:

`n.n.n.n' (IP address),
`n.n.n.n/m.m.m.m' (network with netmask)
or `n.n.n.n/b' (network with bitmask).

action is one of the following:

`submit',
`query'
`insert'
`decrement'
or `all'.

NOTES

There is no need to restart or send any signal to bld after modifying (or deleting) this file.

FILES

/etc/bld/bld_acl.conf

SEE ALSO

bld(8) bld.conf(5) bld_whitelist.conf(5)

AUTHOR

Olivier Beyssac <obld@r14.freenix.org>