From 36f3bc33a399fe5839310cf54902d67a63afd6ba Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 31 Oct 2009 12:19:23 +0100 Subject: [PATCH] forgot to add lib/dns.js in c53672 --- lib/dns.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lib/dns.js diff --git a/lib/dns.js b/lib/dns.js new file mode 100644 index 0000000000..18d30b4221 --- /dev/null +++ b/lib/dns.js @@ -0,0 +1,3 @@ +for (var key in process.dns) { + if (process.dns.hasOwnProperty(key)) exports[key] = process.dns[key]; +}