Net::DNS::RR::SRV - DNS SRV resource record


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

Index


NAME

Top

Net::DNS::RR::SRV - DNS SRV resource record

SYNOPSIS

Top

use Net::DNS::RR;

DESCRIPTION

Top

Class for DNS Service (SRV) resource records.

METHODS

Top

priority

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

Returns the priority for this target host.

weight

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

Returns the weight for this target host.

port

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

Returns the port on this target host for the service.

target

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

Returns the target 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 2782


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