X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fdomain_record.pm;h=cd881ae08ec07174bfc946ab676425594fdc16e3;hb=b5d22578f60ba105934c92c031799671bf6c0f29;hp=9f1eb5318820610d01ffbc3599849a9f9b48b37a;hpb=d583a5d3c0647488bac7b7a33d319fd1a85c05b3;p=freeside.git diff --git a/FS/FS/domain_record.pm b/FS/FS/domain_record.pm index 9f1eb5318..cd881ae08 100644 --- a/FS/FS/domain_record.pm +++ b/FS/FS/domain_record.pm @@ -3,8 +3,7 @@ package FS::domain_record; use strict; use vars qw( @ISA $noserial_hack $DEBUG $me ); use FS::Conf; -#use FS::Record qw( qsearch qsearchs ); -use FS::Record qw( qsearchs dbh ); +use FS::Record qw( qsearchs dbh ); #qsearch use FS::svc_domain; use FS::svc_www; @@ -440,7 +439,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 ];