]> granicus.if.org Git - pdns/commit
Set the query-zone field in the dnstap messages. This requires passing the auth zone
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 5 Jun 2019 08:51:35 +0000 (10:51 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 5 Jun 2019 10:21:20 +0000 (12:21 +0200)
commit6de48f7582e805ba27497c54de0e3ea1f9532029
tree6e2e47f7185ce9e8f3eb931713ea4b6bd8212789
parent3f4ab2fd9f2e772312e3d6f42eb28a4869115f0e
Set the query-zone field in the dnstap messages. This requires passing the auth zone
to asyncresolve(). I chose to do this via the context so that we do not have to add
an extra parameter to a function already having too many of them.
pdns/lwres.cc
pdns/rec-dnstap.hh
pdns/resolve-context.hh
pdns/syncres.cc
pdns/syncres.hh