[dns-operations] TLDmon QTYPE warning
Roy Arends
roy at dnss.ec
Thu Dec 8 13:22:23 UTC 2016
Something is wrong here.
1275 == 0x4FB
508 == 0x1FC
Knot returns the RCODE for type 0xFB and type 0xFC, ignoring the high byte of the qtype.
for i in `seq 251 256 65535`; do dig @ns2.dns.nl google.nl TYPE$i|grep status;done
All return status NOTAUTH
and
for i in `seq 252 256 65535`; do dig @ns2.dns.nl google.nl TYPE$i|grep status;done
all return status NOTIMP
I’ll send a bug-report.
Roy
> On 8 Dec 2016, at 13:08, Marco Davids (SIDN) <marco.davids at sidn.nl> wrote:
>
>
>
> On 08/12/2016 13:04, Roy Arends wrote:
>
>> TYPE1275 returns NOTAUTH for me. Why 1275 is special, I don’t know.
>
> Is it because you do +tcp ?
>
> I have that with TYPE508:
>
> dig +norec +tcp -t TYPE508 nl @ns2.dns.nl <-- NOTAUTH
> dig +norec -t TYPE508 nl @ns2.dns.nl <-- (K)NOTIMP
>
>> Adding type 257 and 1275 to fpdns :-)
>
> ;-)
>
> --
>
More information about the dns-operations
mailing list