--dns-result-order=order
在 dns.lookup() 和 dnsPromises.lookup() 中设置 order 的默认值。该值可以是:
【Set the default value of order in dns.lookup() and
dnsPromises.lookup(). The value could be:】
ipv4first:将默认order设置为ipv4first。ipv6first:将默认order设置为ipv6first。verbatim:将默认order设置为verbatim。
默认是 verbatim,并且 dns.setDefaultResultOrder() 的优先级高于 --dns-result-order。
【The default is verbatim and dns.setDefaultResultOrder() have higher
priority than --dns-result-order.】