Added apipa to local address list thanks to @markvantilburg. Thanks!
This commit is contained in:
parent
f08f997c22
commit
9980227f86
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue