8000 MiniDNS does not support zone_id in the Inet6Address format as per IPv6 Scoped Address Architecture · Issue #129 · MiniDNS/minidns · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
MiniDNS does not support zone_id in the Inet6Address format as per IPv6 Scoped Address Architecture #129
Open
@cmeng-git

Description

@cmeng-git

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())

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0