Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

net: Allow custom DNS resolvers #8564

Closed
wants to merge 2 commits into from
Closed

Conversation

cdlewis
Copy link

@cdlewis cdlewis commented Oct 17, 2014

net.connect now checks whether the user has provided a dns
resolution function, this arguments and expected output
for which mirror the existing dns.lookup implementation.

Fixes #8475

net.connect now checks whether the user has provided a dns
resolution function, this arguments and expected output
for which mirror the existing dns.lookup implementation.

Fixes nodejs#8475
var assert = require('assert');
var net = require('net');

var resolver_called = false;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please prefer camelCase in JavaScript code.

@jasnell
Copy link
Member

jasnell commented Aug 13, 2015

Unfortunately this appears to have stalled out. At this point this is something that would likely need to be closed here and reopened with a new PR at http://github.com/nodejs/node. @cjihrig ... any further thoughts?

@cjihrig
Copy link

cjihrig commented Aug 15, 2015

I think we can close this, based on the resolution of #8475

@cjihrig cjihrig closed this Aug 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants