We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node.js version: v22.14.0
OS version: Archlinux
Description: HTTPS record type not collected
When fetching entries of HTTPS record type on any domain, resolve always throws ENODATA.
HTTPS
resolve
To actually get valid HTTPS record entries.
resolve('google.com', 'HTTPS')
Throws:
Error: queryHttps ENODATA google.com at Tangerine.createError (...probe/node_modules/tangerine/index.js:349:17) at Tangerine.resolve (...probe/node_modules/tangerine/index.js:1779:30) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Object.getDnsEntries (...probe/src/utils/dns.js:296:19) { hostname: 'google.com', syscall: 'queryHttps', code: 'ENODATA', errno: undefined
When testing with dohdec-cli, even on 5.0.3, we get:
[ { name: 'google.com', type: 65, TTL: 21139, data: '\\# 13 00 01 00 00 01 00 06 02 68 32 02 68 33' } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Node.js version: v22.14.0
OS version: Archlinux
Description: HTTPS record type not collected
Actual behavior
When fetching entries of
HTTPS
record type on any domain,resolve
always throws ENODATA.Expected behavior
To actually get valid HTTPS record entries.
Code to reproduce
Throws:
When testing with dohdec-cli, even on 5.0.3, we get:
Checklist
The text was updated successfully, but these errors were encountered: