forked from I2P_Developers/i2p.i2p
Console, i2ptunnel: Hide temporary IPv6 addresses from bind options
This commit is contained in:
@@ -82,7 +82,8 @@ public class ConfigClientsHelper extends HelperBase {
|
||||
|
||||
/** @since 0.8.3 */
|
||||
public String[] intfcAddresses() {
|
||||
ArrayList<String> al = new ArrayList<String>(Addresses.getAllAddresses());
|
||||
// Exclude IPv6 temporary
|
||||
ArrayList<String> al = new ArrayList<String>(Addresses.getAddresses(true, true, true, false));
|
||||
return al.toArray(new String[al.size()]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user