'lookup' 事件
在解析主机名之后但在连接之前触发。 不适用于 Unix 套接字。
err
<Error> | <null> 错误对象。 参见dns.lookup()
。address
<string> IP 地址。family
<string> | <null> 地址类型。 参见dns.lookup()
。host
<string> 主机名。
Emitted after resolving the host name but before connecting. Not applicable to Unix sockets.
err
<Error> | <null> The error object. Seedns.lookup()
.address
<string> The IP address.family
<string> | <null> The address type. Seedns.lookup()
.host
<string> The host name.