-
-
Notifications
You must be signed in to change notification settings - Fork 37.1k
dns: support AXFR queries #14648
Copy link
Copy link
Closed
Labels
dnsIssues and PRs related to the dns subsystem.Issues and PRs related to the dns subsystem.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
Description
Activity
Metadata
Metadata
Assignees
Labels
dnsIssues and PRs related to the dns subsystem.Issues and PRs related to the dns subsystem.feature requestIssues requesting new Node.js features.Issues requesting new Node.js features.
Now that we support
ANYqueries (#13137), I think the foundation is laid to support zone transfers and we can likely share most of the code that is used to parse theANYresponse and parse theAXFRresponse with it.cc: @XadillaX