dns.getDefaultResultOrder()
获取 dns.lookup() 和 dnsPromises.lookup() 中 order 的默认值。该值可能是:
【Get the default value for order in dns.lookup() and
dnsPromises.lookup(). The value could be:】
ipv4first:用于order,默认值为ipv4first。ipv6first:用于order,默认值为ipv6first。verbatim:用于将order默认为verbatim。