From 9980227f869abd11c681782f60089bca5af76999 Mon Sep 17 00:00:00 2001 From: Daniel Roesler Date: Wed, 28 Jan 2015 18:49:39 -0800 Subject: [PATCH] Added apipa to local address list thanks to @markvantilburg. Thanks! --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index fa04f06..e3f436a 100644 --- a/index.html +++ b/index.html @@ -80,7 +80,7 @@ li.textContent = ip; //local IPs - if (ip.match(/^(192\.168\.|10\.|172\.(1[6-9]|2\d|3[01]))/)) + if (ip.match(/^(192\.168\.|169\.254\.|10\.|172\.(1[6-9]|2\d|3[01]))/)) document.getElementsByTagName("ul")[0].appendChild(li); //assume the rest are public IPs