From 540d611b56d897985722d18ca3be33cca33289ab Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Sun, 22 May 2016 19:40:51 +0900 Subject: [PATCH] add fd00 as ignoreed segment --- lib/iputils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/iputils.js b/lib/iputils.js index 519fd28c..82ad7a96 100644 --- a/lib/iputils.js +++ b/lib/iputils.js @@ -75,6 +75,7 @@ var getIpAddresses = (function() { "fe80": true, "ff00": true, "fc00": true, + "fd00": true, "fec0": true, }; return function(address) {