propagate from branch 'i2p.i2p.zzz.test' (head 589c4b0b77bdcbb49a965e39ec971c9b4bdd98c5)

to branch 'i2p.i2p' (head 32ebd10f2f86f14b3739dc699e016349a85bb8e4)
This commit is contained in:
zzz
2009-04-08 01:34:40 +00:00
24 changed files with 349 additions and 63 deletions

View File

@ -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) {