Added apipa to local address list thanks to @markvantilburg. Thanks!

This commit is contained in:
Daniel Roesler 2015-01-28 18:49:39 -08:00
parent f08f997c22
commit 9980227f86

View file

@ -80,7 +80,7 @@
li.textContent = ip; li.textContent = ip;
//local IPs //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); document.getElementsByTagName("ul")[0].appendChild(li);
//assume the rest are public IPs //assume the rest are public IPs