Skip to content
Snippets Groups Projects
Forked from Knot projects / Knot DNS
19393 commits behind the upstream repository.
user avatar
Lubos Slovak authored
zdb_create_list() was inserting the nodes in reverse order
  (ldns_rr_list_pop_rrset() pops LAST RRSet, not first!).

Empty response was used for responding to all queries, though
  it lacked data copied from the query. Now copies ID, Question,
  and RD bit if a query is given.

Added a lot of debug ouput in zdb.
Added delegation point and glue A records to example zone file.
dbfb8440
History