mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Initial dnssec structure.
This commit is contained in:
committed by
Simon Kelley
parent
fa164d459f
commit
e292e93d35
@@ -491,7 +491,12 @@ static size_t process_reply(struct dns_header *header, time_t now,
|
||||
if (!option_bool(OPT_LOG))
|
||||
server->flags |= SERV_WARNED_RECURSIVE;
|
||||
}
|
||||
|
||||
|
||||
#ifdef HAVE_DNSSEC
|
||||
printf("validate\n");
|
||||
dnssec_validate(header, n);
|
||||
#endif
|
||||
|
||||
if (daemon->bogus_addr && RCODE(header) != NXDOMAIN &&
|
||||
check_for_bogus_wildcard(header, n, daemon->namebuff, daemon->bogus_addr, now))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user