diff --git a/index.html b/index.html index f2d612c..3d16816 100644 --- a/index.html +++ b/index.html @@ -107,7 +107,7 @@ li.textContent = ip; //local IPs - if (ip.match(/^(192\.168\.|169\.254\.|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])))|(\.local$)/)) document.getElementsByTagName("ul")[0].appendChild(li); //IPv6 addresses