Mats Dufberg

Results 490 comments of Mats Dufberg

See #1102

The updated GUI makes this PR irrelevant.

Handled by #1189.

> Another issue I found with this Test Case: it outputs redundant messages because it loops over name servers and instantly outputs messages for each DNSKEY record found. Instead, the...

Handled by #1189.

I see that I get the same issue with CNAME and NODATA. Do you want a separate issue for that? I added the following to the zone above: ``` newname...

I have a similar issue with CNAME in a loop with three CNAME records involved. Maybe the same root cause? Zone file: ``` $TTL 3600 $ORIGIN cname.recursor.engine.xa. @ SOA (...

From https://www.sidnlabs.nl/en/news-and-blogs/tsuname-dns-loops-are-a-well-known-problem-but-arent-properly-addressed-by-current-rfcs I find three RFCs that mentions CNAME loops: * RFC 1034 * RFC 1035 * RFC 1536 None of them handles the issue reported here, i.e. that an...

@tgreenx, is this something you could look at? It limits the possibilities in test scenarios.

The top part of `man zonemaster-cli` (options) is more or less identical to `zonemaster-cli --help`, but not completely: * They are presented in different ways. * `man` is in English...