mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Improve logging message.
This commit is contained in:
committed by
Simon Kelley
parent
79333a2498
commit
00b963ab72
@@ -390,7 +390,7 @@ int dnssec_validate(struct dns_header *header, size_t pktlen)
|
||||
GETSHORT(rdlen, p);
|
||||
if (qtype == T_RRSIG)
|
||||
{
|
||||
printf("RRSIG found\n");
|
||||
printf("RRSIG found (owner: %s)\n", owner);
|
||||
/* TODO: missing logic. We should only validate RRSIGs for which we
|
||||
have a valid DNSKEY that is referenced by a DS record upstream.
|
||||
There is a memory vs CPU conflict here; should we validate everything
|
||||
|
||||
Reference in New Issue
Block a user