We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102d4cf commit ec33f4eCopy full SHA for ec33f4e
1 file changed
test/parallel/test-internal-net-isLoopback.js
@@ -23,6 +23,10 @@ const loopbackNot = [
23
'[2001:db8::1]',
24
'[fe80::1]',
25
'8.8.8.8',
26
+ '::2',
27
+ '[::2]',
28
+ '0:0:0:0:0:0:0:2',
29
+ '[0:0:0:0:0:0:0:2]',
30
];
31
32
for (const address of loopback) {
0 commit comments