Skip to content

Commit

Permalink
dnsmasq: improve logged information on insecure DS replies
Browse files Browse the repository at this point in the history
  • Loading branch information
RMerl committed Aug 17, 2018
1 parent 26c4dfc commit 7a469eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/src/router/dnsmasq/src/dnssec.c
Expand Up @@ -876,7 +876,7 @@ int dnssec_validate_ds(time_t now, struct dns_header *header, size_t plen, char

if (rc == STAT_INSECURE)
{
my_syslog(LOG_WARNING, _("Insecure DS reply received, do upstream DNS servers support DNSSEC?"));
my_syslog(LOG_WARNING, _("Insecure DS reply received for %s, could be bad domain configuration or lack of DNSSEC support from upstream DNS servers"), name);
rc = STAT_BOGUS;
}

Expand Down

0 comments on commit 7a469eb

Please sign in to comment.