We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff2b10 commit 540d611Copy full SHA for 540d611
1 file changed
lib/iputils.js
@@ -75,6 +75,7 @@ var getIpAddresses = (function() {
75
"fe80": true,
76
"ff00": true,
77
"fc00": true,
78
+ "fd00": true,
79
"fec0": true,
80
};
81
return function(address) {
0 commit comments