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。