forked from I2P_Developers/i2p.i2p
Transports: New config option i2np.allowLocal,
replaces i2np.udp.allowLocal and i2np.ntcp.allowLocal, fixes test networks (ticket #1875)
This commit is contained in:
@ -64,8 +64,7 @@ public class SSUDemo {
|
||||
envProps.setProperty("time.disabled", "false");
|
||||
// allow 127.0.0.1/10.0.0.1/etc (useful for testing). If this is false,
|
||||
// peers who say they're on an invalid IP are banlisted
|
||||
envProps.setProperty("i2np.udp.allowLocal", "true");
|
||||
envProps.setProperty("i2np.ntcp.allowLocal", "true");
|
||||
envProps.setProperty("i2np.allowLocal", "true");
|
||||
// IPv6
|
||||
envProps.setProperty("i2np.udp.ipv6", "enable");
|
||||
envProps.setProperty("i2np.ntcp.ipv6", "enable");
|
||||
|
Reference in New Issue
Block a user