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
I understand that it could be possible to make this library work in Deno through its Node compatibility layer. That said, the README.md file should, still, mention that the pure Deno implementation (using Deno.resolveDns) is a work in progress.
Finally, I will probably implement a Deno-only util module for retrieving DNS records and perform subdomain enumeration in a few days. I'm more than happy to ping back so you can use the code here.
The text was updated successfully, but these errors were encountered:
oxcabe
changed the title
Mention that for Deno is not implemented
Mention that deno-dnsis not implemented
Sep 15, 2024
oxcabe
changed the title
Mention that deno-dnsis not implemented
Mention that deno-dns is not implemented
Sep 15, 2024
The README.md file states that Deno is supported:
dns-records/README.md
Line 10 in 7e58d04
But it seems that is not implemented yet:
dns-records/src/index.ts
Lines 93 to 95 in 7e58d04
I understand that it could be possible to make this library work in Deno through its Node compatibility layer. That said, the README.md file should, still, mention that the pure Deno implementation (using
Deno.resolveDns
) is a work in progress.Finally, I will probably implement a Deno-only util module for retrieving DNS records and perform subdomain enumeration in a few days. I'm more than happy to ping back so you can use the code here.
The text was updated successfully, but these errors were encountered: