dnsjit.output.respdiff(3) | Library Functions Manual | dnsjit.output.respdiff(3) |
dnsjit.output.respdiff - Output to respdiff LMDB
local output = require("dnsjit.output.respdiff").new("/path/to/lmdb")
Output to an LMDB database (format 2018-05-21) that can be used by respdiff to compare the responses found in the input data with the responses received. The receive function expects to get a chain of 2 or 3 core.object.payload. For a completed query; The top of the chain is the query, after it the original response and then the received response. For a timed out query; The top of the chain is the query, after it the original response.
respdiff https://gitlab.nic.cz/knot/respdiff
Jerry Lundström (DNS-OARC), Tomáš Křížek (CZ.NIC), Petr Špaček (ISC)
Maintained by DNS-OARC
For issues and feature requests please use:
For question and help please use:
1.2.3 | dnsjit |