diff --git a/res/raw/releasenotes_txt b/res/raw/releasenotes_txt index b26e981f1e51d3d7eed1f7f3142982c9da5dcd13..dd4218d5200abf0337bf50f36d18c905594afd0d 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 1dfdd356e47b2e8cd51f2f7d0a18b7fdacb69e01..698ea009f56bfbf70708eda6b2e29bb52bdce86e 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