forgot to add lib/dns.js in c53672

This commit is contained in:
Ryan Dahl 2009-10-31 12:19:23 +01:00
parent 57890465bd
commit 36f3bc33a3

3
lib/dns.js Normal file
View File

@ -0,0 +1,3 @@
for (var key in process.dns) {
if (process.dns.hasOwnProperty(key)) exports[key] = process.dns[key];
}