addresses:

- blocklist 192.88.88.0/24 6to4 anycast
- invalidate 2002::/16
This commit is contained in:
zzz
2013-05-12 00:24:01 +00:00
parent fcaebb4416
commit 6ceea60c92
3 changed files with 5 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public abstract class Addresses {
return !getAddresses(true, false, false).isEmpty();
}
/** @return the first non-local address it finds, or null */
/** @return the first non-local address IPv4 address it finds, or null */
public static String getAnyAddress() {
SortedSet<String> a = getAddresses();
if (!a.isEmpty())