summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/domain_record.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/domain_record.pm b/FS/FS/domain_record.pm
index 9f1eb53..8d767d5 100644
--- a/FS/FS/domain_record.pm
+++ b/FS/FS/domain_record.pm
@@ -440,7 +440,7 @@ sub reverse_record {
#http://en.wikipedia.org/wiki/List_of_DNS_record_types
#DHCID? other things?
sub rectypes {
- [ qw(A AAAA CNAME MX NS PTR SPF SRV TXT), #most common types
+ [ qw(SOA A AAAA CNAME MX NS PTR SPF SRV TXT), #most common types
#qw(DNAME), #uncommon types
qw(DLV DNSKEY DS NSEC NSEC3 NSEC3PARAM RRSIG), #DNSSEC types
];