label is not ascii errors with hostnames containing utf8 characters
Opened this issue · 1 comments
ishanjain28 commented
This library here
Lines 75 to 77 in 1912667
LabelIsNotAscii
error when it encounters queries or answers with label or hostnames containing utf8 characters.
With "normal" DNS queries, utf8 characters are converted to puny code. Multicast DNS queries have the exact same structure except they allow ascii or utf8 characters.[1]
I don't know if it's within the scope of this project. If it is, I believe that line should be changed to allow any utf8 encoded string.
[1] https://datatracker.ietf.org/doc/html/rfc6762#appendix-F
wfeii1980 commented