From adb5c56f262df751c89fa959b14c91b1b00a48b9 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Sun, 10 Jul 2011 13:45:25 +0000 Subject: [PATCH] disable upnp again --- res/raw/releasenotes_txt | 4 ++-- res/raw/router_config | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/res/raw/releasenotes_txt b/res/raw/releasenotes_txt index b26e981f1..dd4218d52 100644 --- a/res/raw/releasenotes_txt +++ b/res/raw/releasenotes_txt @@ -1,6 +1,6 @@ ******* Please read all of the following ******* -This is the first alpha release of the I2P Android app. +This is the second alpha release of the I2P Android app. WARNING - This is ALPHA SOFTWARE. It may crash your phone. Do not rely upon it for strong anonymity. Tunnels may be as short as one hop. There may be serious security holes in the app. @@ -14,7 +14,7 @@ The app runs on either WIFI or mobile networks. For now, the app is very low ban The app uses TCP only for router-router connections, with a maximum of 24 simultaneous. UDP is disabled. -UPnP is enabled but it doesn't appear to be working. +UPnP is disabled. With UDP disabled also, you do not publish an IP address and should not be getting incoming connections. NTP is disabled. If you have cell service, your phone or tablet should have the correct time. If you do not have cell service, ensure your device has accurate time. diff --git a/res/raw/router_config b/res/raw/router_config index 1dfdd356e..698ea009f 100644 --- a/res/raw/router_config +++ b/res/raw/router_config @@ -53,5 +53,5 @@ i2np.udp.maxConnections=12 #i2p.vmCommSystem=true # # not on android -i2np.upnp.enable=true +i2np.upnp.enable=false routerconsole.geoip.enable=false -- GitLab