mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Rename existing DNSSEC macros into DNSSEC_PROXY.
This commit is contained in:
committed by
Simon Kelley
parent
53f84c7f62
commit
237724c0c7
@@ -476,7 +476,7 @@ static size_t process_reply(struct dns_header *header, time_t now,
|
||||
}
|
||||
|
||||
/* RFC 4035 sect 4.6 para 3 */
|
||||
if (!is_sign && !option_bool(OPT_DNSSEC))
|
||||
if (!is_sign && !option_bool(OPT_DNSSEC_PROXY))
|
||||
header->hb4 &= ~HB4_AD;
|
||||
|
||||
if (OPCODE(header) != QUERY || (RCODE(header) != NOERROR && RCODE(header) != NXDOMAIN))
|
||||
|
||||
Reference in New Issue
Block a user