You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be fair, agent.createConnection(options[, callback]) does mention this but few users realize this allows them to make custom dns lookup via passing a custom Agent instance.
ref:
lookupoption fortls.connect()#12839issue:
socket.connect.new Agent([options]).agent.createConnection(options[, callback])does mention this but few users realize this allows them to make custom dns lookup via passing a custom Agent instance.