dns-middleware
v0.1.2
Published
DNS-lookup middleware for connect/express
Downloads
6
Readme
dns-middleware
DNS-lookup middleware for express/connect
Usage
The passed request must have a body consisting of JSON with the following keys:
query
- The address queried
type (defaults to: 'A')
- The type of query made
server (defaults to: '8.8.8.8')
- The server to make the query from
The answer is passed back as a JSON with the following keys:
answer
- Contains all the answer-sections in an array
time
- The time it took to make the request
Example
License
Unless stated elsewhere, the license as in the LICENSE-file