mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Be persistent with broken-upstream-DNSSEC warnings.
This commit is contained in:
@@ -876,12 +876,7 @@ int dnssec_validate_ds(time_t now, struct dns_header *header, size_t plen, char
|
|||||||
|
|
||||||
if (rc == STAT_INSECURE)
|
if (rc == STAT_INSECURE)
|
||||||
{
|
{
|
||||||
static int reported = 0;
|
|
||||||
if (!reported)
|
|
||||||
{
|
|
||||||
reported = 1;
|
|
||||||
my_syslog(LOG_WARNING, _("Insecure DS reply received, do upstream DNS servers support DNSSEC?"));
|
my_syslog(LOG_WARNING, _("Insecure DS reply received, do upstream DNS servers support DNSSEC?"));
|
||||||
}
|
|
||||||
rc = STAT_BOGUS;
|
rc = STAT_BOGUS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user