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