Net::DNS::RR::KX - DNS KX resource record


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

Index


NAME

Top

Net::DNS::RR::KX - DNS KX resource record

SYNOPSIS

Top

use Net::DNS::RR;

DESCRIPTION

Top

Class for DNS Key Exchanger (MX) resource record (RFC 2230).

This class inherets most of its functionality directly from the MX RR.

METHODS

Top

preference

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

Returns the preference for this mail exchange.

exchange

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

Returns name of this mail exchange.

COPYRIGHT

Top

SEE ALSO

Top

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


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