summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2010-10-14 21:17:00 +0000
committerivan <ivan>2010-10-14 21:17:00 +0000
commit74db129f0729845129edd094d10cff8ee130f60d (patch)
tree06d76bdcd9bd095accb2e235bef4f4a2882347fe
parent73669a6079b2adf6c523ff3f69a4341f028a0f3a (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 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
];