IPv6Droid
IPv6Droid copied to clipboard
IPv6 tunnel client for use on Android
Hi Is it possible for IPv4 traffic to pass through the tunnel? If it needs to be implemented or if your software supports this issue by default, please let me...
Note: to be carefully considered, if going into tcp traffic analysis business is really a good idea! Some inspection on the tunnel IP packages might be interesting, e.g.: - Nr....
More candidates for interesting information: - bytes written/read per tunnel, per session, per app (or timesliced) - average tunnel uptime (probably per session) - nr. of reconnects in current session...
When tapping an entry in the tunnels list, show details of that tunnel. Original comment by: pelzi
Add a log view to the main screen showing the last few relevant events that happened during tunnel operation Original comment by: pelzi
DTLS transport protocol is known to work, no need to keep support for outdated protocol
Hello, since this is a FLOSS app, it would be nice if it was published in [F-Droid](https://f-droid.org/).
In the past, IPsec based products (notably AVM routers) never supported VPN over IPv6 at all, making it pointless to implement IPsec capabilities into IPv6Droid. Things are different with Wireguard,...
The report below indicates that tunnelListView.getCheckedItemPosition() yields an integer which is not INVALID_POSITION, yet raises an IndexOutOfBoundsException in tunnelListView.getItemAtPosition. Reported twice on one device of one user. `java.lang.IndexOutOfBoundsException: at java.util.ArrayList.get...