forked from I2P_Developers/i2p.i2p
addresses:
- blocklist 192.88.88.0/24 6to4 anycast - invalidate 2002::/16
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user