Man Page: net::dns::rr::naptr5.18
Operating Environment: mojave
Section: 3
Net::DNS::RR::NAPTR(3) User Contributed Perl Documentation Net::DNS::RR::NAPTR(3)NAMENet::DNS::RR::NAPTR - DNS NAPTR resource recordSYNOPSISuse Net::DNS; $rr = new Net::DNS::RR('name NAPTR order preference flags service regexp replacement');DESCRIPTIONDNS Naming Authority Pointer (NAPTR) resource records.METHODSThe available methods are those inherited from the base class augmented by the type-specific methods defined in this package. Use of undocumented package features or direct access to internal data structures is discouraged and could result in program termination or other unpredictable behaviour. order $order = $rr->order; A 16-bit unsigned integer specifying the order in which the NAPTR records must be processed to ensure the correct ordering of rules. Low numbers are processed before high numbers. preference $preference = $rr->preference; A 16-bit unsigned integer that specifies the order in which NAPTR records with equal "order" values should be processed, low numbers being processed before high numbers. flags $flags = $rr->flags; A string containing flags to control aspects of the rewriting and interpretation of the fields in the record. Flags are single characters from the set [A-Z0-9]. service $service = $rr->service; Specifies the service(s) available down this rewrite path. It may also specify the protocol used to communicate with the service. regexp $regexp = $rr->regexp; A string containing a substitution expression that is applied to the original string held by the client in order to construct the next domain name to lookup. replacement $replacement = $rr->replacement; The next NAME to query for NAPTR, SRV, or address records depending on the value of the flags field.COPYRIGHTCopyright (c)2005 Olaf Kolkman, NLnet Labs. Based on code contributed by Ryan Moats. Package template (c)2009,2012 O.M.Kolkman and R.W.Franks. All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.SEE ALSOperl, Net::DNS, Net::DNS::RR, RFC2915, RFC2168, RFC3403 perl v5.18.2 2014-01-16 Net::DNS::RR::NAPTR(3)
| Related Man Pages |
|---|
| net::dns::question(3) - redhat |
| net::dns::text(3) - mojave |
| net::dns::rr::tlsa5.18(3) - mojave |
| net::dns::rr::sshfp5.18(3) - mojave |
| net::dns::rr::soa5.18(3) - mojave |
| Similar Topics in the Unix Linux Community |
|---|
| Linux Redhat ES 4.0 - DNS Config Issues |
| Xyria:DNSd 0.8.0pre1 (Development branch) |
| yadynns 0.1 (Default branch) |
| yadynns 0.2 (Default branch) |
| Find out records in between 50 to 60 |