We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3bd4b4 commit eb8f5ceCopy full SHA for eb8f5ce
test/common/internet.js
@@ -24,7 +24,7 @@ const addresses = {
24
MX_HOST: 'nodejs.org',
25
// On some systems, .invalid returns a server failure/try again rather than
26
// record not found. Use this to guarantee record not found.
27
- NOT_FOUND: 'come.on.fhqwhgads',
+ NOT_FOUND: 'come.on.fhqwhgads.test',
28
// A host with SRV records registered
29
SRV_HOST: '_jabber._tcp.google.com',
30
// A host with PTR records registered
0 commit comments