forked from I2P_Developers/i2p.i2p
i2ptunnel CLI: Don't set the listen host to the I2CP host
This commit is contained in:
@ -1338,7 +1338,6 @@ public class I2PTunnel extends EventDispatcherImpl implements Logging {
|
|||||||
}
|
}
|
||||||
if (i < args.length) {
|
if (i < args.length) {
|
||||||
host = args[i++];
|
host = args[i++];
|
||||||
listenHost = host;
|
|
||||||
}
|
}
|
||||||
if (i < args.length)
|
if (i < args.length)
|
||||||
port = args[i];
|
port = args[i];
|
||||||
|
Reference in New Issue
Block a user