typicode / katon

(use hotel instead)
https://github.com/typicode/hotel
MIT License
683 stars 28 forks source link

FIXED client doesn't like mixing record types #53

Closed assaf closed 9 years ago

assaf commented 9 years ago

Looks like, when A query returns an AAAA answer (in addition to A), the DNS client may end up ignoring the response, perhaps because of the unexpected response type.

So this changes the behavior to return A record to A query, AAAA record to AAAA query. Seems to work well with curl and Chrome.

typicode commented 9 years ago

Thanks just published 0.8.5 with this PR and the one regarding colored tail :)