We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16af8da commit be0cf6aCopy full SHA for be0cf6a
lib/dns.js
@@ -5,7 +5,7 @@ const defaultOptions = exports.defaultOptions = {
5
family: undefined,
6
hints: dns.ADDRCONFIG,
7
all: false,
8
- verbatim: true,
+ verbatim: undefined,
9
}
10
11
const lookupCache = exports.lookupCache = new LRUCache({ max: 50 })
0 commit comments