hdns icon indicating copy to clipboard operation
hdns copied to clipboard

Handshake-capable DNS module for node.js

Results 2 hdns issues
Sort by recently updated
recently updated
newest added

Issue https://github.com/handshake-org/hdns/issues/1 is a result of the default NS either not being available or without a proper key. I have included 2 NS and encourage others to do the same.

Running this code: ``` const dns = require('hdns'); (async function() { console.log(await dns.lookup('google.com', { all: true })); })(); ``` Yields the following error: ``` (node:2258) UnhandledPromiseRejectionWarning: Error: queryAAAA EBADSIGNATURE google.com...