Skip to content

doc: Add documentation on resolveNaptr and naptr rrtype

Checklist
  • tests and code linting passes
  • documentation is changed or added
  • the commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

Updates the dns module documentation to include documentation on the resolveNaptr method, and also adds the option NAPTR to the list of valid values for rrtype in dns.resolve(hostname[, rrtype], callback). See https://github.com/nodejs/node/issues/6507 for context.

Merge request reports

Loading