The following elements are used throughout the BIND configuration file documentation. Elements that are associated with only one statement are described only in the section that discusses that statement.
123
or 45.67
or
89.123.45.67
."my.test.domain"
."zones/master/my.test.domain"
.127/8
is the network
127.0.0.0
with netmask 255.0.0.0
.
1.2.3.0/24
is network 1.2.3.0
with
netmask 255.255.255.0
.unlimited
, or the
word default
.
The maximum value of size_spec is that of unsigned
long integers on the machine. The unlimited
option
requests unlimited use, or the maximum available amount. The
default
option uses the limit that was in force when the
server was started.
A number can optionally be followed by a scaling
factor: K
or k
for kilobytes,
M
or m
for megabytes, and G
or g
for gigabytes, which scale by 1024, 1024*1024,
and 1024*1024*1024 respectively.
Integer storage overflow is currently silently ignored during
conversion of scaled values, resulting in values less than
intended, possibly even negative. Using unlimited
is
the best way to safely set a really large number.
yes
or no
. The words
true
and false
are also accepted, as are
the numbers 1
and 0
.