[freeside-commits] freeside/FS/FS domain_record.pm, 1.22.6.1, 1.22.6.2
Ivan,,,
ivan at wavetail.420.am
Fri Sep 17 11:27:57 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv3076
Modified Files:
Tag: FREESIDE_1_9_BRANCH
domain_record.pm
Log Message:
botched backport; sync with 2.1, RT#9883
Index: domain_record.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/domain_record.pm,v
retrieving revision 1.22.6.1
retrieving revision 1.22.6.2
diff -u -w -d -r1.22.6.1 -r1.22.6.2
--- domain_record.pm 11 Sep 2010 17:02:59 -0000 1.22.6.1
+++ domain_record.pm 17 Sep 2010 18:27:55 -0000 1.22.6.2
@@ -434,6 +434,18 @@
or new FS::domain_record { %hash, 'recdata' => $self->zone.'.' };
}
+=item rectypes
+
+=cut
+#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(DNAME), #uncommon types
+ qw(DLV DNSKEY DS NSEC NSEC3 NSEC3PARAM RRSIG), #DNSSEC types
+ ];
+}
+
=back
=head1 BUGS
More information about the freeside-commits
mailing list