You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
renanbastos93 opened this issue
May 8, 2020
· 1 comment
Labels
caresIssues and PRs related to the c-ares dependency or the cares_wrap binding.dnsIssues and PRs related to the dns subsystem.duplicateIssues and PRs that are duplicates of other issues or PRs.
NodeJS currently use c-ares to resolve queries DNS but is not so good it because it doesn't support all queries types. Even so, I thought we replacing it to another approach I have two ideas:
1 - We use the module miekg/dns in Golang
Ask: Can we import the module of Golang on NodeJS core?
2 - We find another package with this support to all queries types.
Another problem we have those third-party libs to DNS in NodeJS is bad.
The text was updated successfully, but these errors were encountered:
devsnek
added
cares
Issues and PRs related to the c-ares dependency or the cares_wrap binding.
dns
Issues and PRs related to the dns subsystem.
duplicate
Issues and PRs that are duplicates of other issues or PRs.
labels
May 8, 2020
caresIssues and PRs related to the c-ares dependency or the cares_wrap binding.dnsIssues and PRs related to the dns subsystem.duplicateIssues and PRs that are duplicates of other issues or PRs.
NodeJS currently use
c-ares
to resolve queries DNS but is not so good it because it doesn't support all queries types. Even so, I thought we replacing it to another approach I have two ideas:1 - We use the module miekg/dns in Golang
Ask: Can we import the module of Golang on NodeJS core?
2 - We find another package with this support to all queries types.
Another problem we have those third-party libs to DNS in NodeJS is bad.
The text was updated successfully, but these errors were encountered: