hildjj / dohdec

Lookup and decode DNS records using DNS-over-HTTPS (DoH)
MIT License
19 stars 5 forks source link

dohdec

Retrieve and decode DNS records using DNS-over-HTTPS (DoH) or DNS-over-TLS (DoT).

Pointers

This is a monorepo that holds a few related packages:

If you want to use the command line, you MUST now install dohdec-cli:

npm install -g dohdec-cli

Apologies; I didn't think anyone would want to use the library on its own when I built this originally.

Tooling

Supported Node.js versions

This project now only supports versions of Node that the Node team is currently supporting. Ava's support statement is what we will be using as well. Currently, that means Node 12+ is required. Only ES6 modules (import) are supported.

Tests codecov

License

MPL-2.0