Skip to content

NOTAUTH errors should log the zone from the query not the nearest match

Tony Finch requested to merge 3209-notauth-subdomain into main

Ensure the update zone name is mentioned in the NOTAUTH error message in the server log, so that it is easier to track down problematic update clients. There are two cases: either the update zone is unrelated to any of the server's zones (previously no zone was mentioned); or the update zone is a subdomain of one or more of the server's zones (previously the name of the irrelevant parent zone was misleadingly logged).

Closes #3209 (closed)

Merge request reports