Technical References
See Also
Attributes
contact string
The contact information for this region.
name string required
The full name or printable name for this region.
tag string required,unique
The unique tag name for this region. Typically a short name
referring to this region.
remote-dns
remote-dns - Specifies information about remote DNS servers for IXFR
Synopsis
remote-dns list
remote-dns listnames
remote-dns <addr>[/<mask>] create [<attribute>=<value>...]
remote-dns <name> delete
remote-dns <name> disable <attribute>
remote-dns <name> enable <attribute>
Description
The remote-dns command lets you control the behavior of the DNS
server when it is querying other DNS servers. Currently, the
only configuration properties are controls on incremental transfer
(ixfr) and the sending of multiple records per TCP "packet" (multirec).
The names of the remote-dns configurations provide the address and
netmask to use when matching addresses to configurations. In the
case of multiple possible matches, the DNS server uses the address
with the largest bitmask.
Examples
To enable anyone on the 192.168.0.0 network to perform
incremental transfers except 192.168.1.1:
nrcmd> remote-dns create 192.168.0.0/16 ixfr=true
nrcmd> remote-dns create 192.168.1.1/32 ixfr=false
Status