Function isIPv4MappedIPv6

  • There are 2 kinds of IPv4 mapped IPv6 addresses.

    1. ::ffff:127.0.0.1 - dotted decimal version
    2. ::ffff:7f00:1 - hex version Both are accepted by Node's dgram module.

    Parameters

    • host: string

    Returns host is Host

Generated using TypeDoc