Net::DNS::RR::RT - DNS RT resource record


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

Index


NAME

Top

Net::DNS::RR::RT - DNS RT resource record

SYNOPSIS

Top

use Net::DNS::RR;

DESCRIPTION

Top

Class for DNS Route Through (RT) resource records.

METHODS

Top

preference

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

Returns the preference for this route.

intermediate

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

Returns the domain name of the intermediate host.

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 1183 Section 3.3


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