rr
tableThis table contains all resource record types that are not SOA or PTR. It has a unique key on the combination of zone, name, type, and data.
id INT UNSIGNED NOT NULL
zone INT UNSIGNED NOT NULL
soa
table) to which this resource record belongs.
name CHAR(64) NOT NULL
*
or *.sub
are supported.foo
type ENUM('A','AAAA','CNAME','MX','NS','TXT')
data CHAR(255) NOT NULL
A
and AAAA
records, this is an IP address in dotted-decimal format. For CNAME
,
MX
, and NS
records, this is a name (can be just a machine
name if the name is within the origin zone, or a FQDN). For TXT
records, any text.127.0.0.1
(A or AAAA)foo
(CNAME, MX, or NS within this zone)foo.example.com.
(CNAME, MX, or NS outside this zone)
aux INT UNSIGNED NOT NULL
10
ttl INT UNSIGNED NOT NULL default '86400'
86400