Skip to main content
V4MAPPED - dns - Node documentation
variable V4MAPPED

Usage in Deno

import { V4MAPPED } from "node:dns";

If the IPv6 family was specified, but no IPv6 addresses were found, then return IPv4 mapped IPv6 addresses. It is not supported on some operating systems (e.g. FreeBSD 10.1).

Type

number
Back to top