mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Some dns message modifications like TSIG happen only after .to_wire() is
called on the message. To ensure there isn't a discrepancy between what
has been logged and what has been sent, log the query after
dns.query.udp() is executed (which calls .to_wire() on the message).
Co-Authored-By: Štěpán Balážik <stepan@isc.org>
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| hypothesis | ||
| log | ||
| vars | ||
| __init__.py | ||
| __main__.py | ||
| asyncserver.py | ||
| check.py | ||
| instance.py | ||
| kasp.py | ||
| mark.py | ||
| name.py | ||
| query.py | ||
| run.py | ||
| template.py | ||
| text.py | ||
| util.py | ||