Bun

interface

DNSLookup

interface DNSLookup

  • address: string

    The IP address of the host as a string in IPv4 or IPv6 format.

    "127.0.0.1"
    
  • family: 4 | 6
  • ttl: number

    Time to live in seconds

    Only supported when using the c-ares DNS resolver via "backend" option to dns.lookup. Otherwise, it's 0.