propagate from branch 'i2p.i2p.zzz.test' (head 589c4b0b77bdcbb49a965e39ec971c9b4bdd98c5)
to branch 'i2p.i2p' (head 32ebd10f2f86f14b3739dc699e016349a85bb8e4)
This commit is contained in:
@ -206,7 +206,7 @@ public class EditBean extends IndexBean {
|
||||
if (tun != null)
|
||||
return tun.getI2CPHost();
|
||||
else
|
||||
return "localhost";
|
||||
return "127.0.0.1";
|
||||
}
|
||||
|
||||
public String getI2CPPort(int tunnel) {
|
||||
|
Reference in New Issue
Block a user