MiniDNS/minidns

MiniDNS does not support zone_id in the Inet6Address format as per IPv6 Scoped Address Architecture

cmeng-git opened this issue · 0 comments

Per [11. Textual Representation](https://datatracker.ietf.org/doc/html/rfc4007.html#section-11)

The ipv6 address text string format can be i.e. <address>%<zone_id>
i.e. contain a <zone_id>

However InetAddressUtil#ipv6From(CharSequence cs) does not cater for this, hence leading to UnknownHostException when execute the statement i.e.

InetAddress.getByName(cs.toString())