[dns-operations] FYI: .md (Moldova) signed, starts with algorithm 13

Tony Finch dot at dotat.at
Thu Mar 14 11:52:05 UTC 2019


Viktor Dukhovni <ietf-dane at dukhovni.org> wrote:
>
> There are now 6 TLDs with algorithm 13 DS records, listed in order
> of deployment:
>
>      cz br nu ch li md

And 123 remain without DS records (including one gTLD, .aero). It's
possible to list them in a tweet using emoji flags, though it is slightly
misleading because .bv has the same flag as .no, and .gb looks like .uk.

$ perl -MEncode -e '
    for (qx{dig axfr .}) {
        next unless m{^(\w\w)\.\s};
        next if $; eq $1; $; = $1;
        next unless qx{dig +norec $1. ds} =~ m{ ANSWER: 0, };
        print encode_utf8 join "",
            map chr 0x1f185 + ord $_,
            split //, $;;
    }
'

Tony.
-- 
f.anthony.n.finch  <dot at dotat.at>  http://dotat.at/
democracy, participation, and the co-operative principle



More information about the dns-operations mailing list