From: ivan Date: Fri, 17 Sep 2010 18:27:55 +0000 (+0000) Subject: botched backport; sync with 2.1, RT#9883 X-Git-Tag: freeside_1_9_5~23 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=9763666a4eee2120c46b1decb8584b2c0d27ed12;p=freeside.git botched backport; sync with 2.1, RT#9883 --- diff --git a/FS/FS/domain_record.pm b/FS/FS/domain_record.pm index 0a2b53ebb..9f1eb5318 100644 --- a/FS/FS/domain_record.pm +++ b/FS/FS/domain_record.pm @@ -434,6 +434,18 @@ sub reverse_record { 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