summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-10-14 21:16:59 +0000
committerivan <ivan>2010-10-14 21:16:59 +0000
commitd74ab480f4ee20f8a9cf230e53d1f5a210badf0f (patch)
tree85655de87c9409f060ce308075ae6e94e4f1dc77
parent3d301812d64b72b65c651fb8cbf81b6f9e65dc93 (diff)
fix domain edits, RT#10223
-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 9f1eb5318..8d767d510 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
];