Skip to content

Commit 540d611

Browse files
committed
add fd00 as ignoreed segment
1 parent 8ff2b10 commit 540d611

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/iputils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ var getIpAddresses = (function() {
7575
"fe80": true,
7676
"ff00": true,
7777
"fc00": true,
78+
"fd00": true,
7879
"fec0": true,
7980
};
8081
return function(address) {

0 commit comments

Comments
 (0)