fix domain edits, RT#10223
authorivan <ivan>
Thu, 14 Oct 2010 21:17:00 +0000 (21:17 +0000)
committerivan <ivan>
Thu, 14 Oct 2010 21:17:00 +0000 (21:17 +0000)
FS/FS/domain_record.pm

index 9f1eb53..8d767d5 100644 (file)
@@ -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
   ];