Net::DNS::RR::DNAME - DNS DNAME resource record


Net-DNS documentation  | view source Contained in the Net-DNS distribution.

Index


NAME

Top

Net::DNS::RR::DNAME - DNS DNAME resource record

SYNOPSIS

Top

use Net::DNS::RR;

DESCRIPTION

Top

Class for DNS Non-Terminal Name Redirection (DNAME) resource records.

METHODS

Top

dname

    print "dname = ", $rr->dname, "\n";

Returns the DNAME target.

COPYRIGHT

Top

SEE ALSO

Top

perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet, Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 2672


Net-DNS documentation  | view source Contained in the Net-DNS distribution.