IPv6Droid icon indicating copy to clipboard operation
IPv6Droid copied to clipboard

IPv6 tunnel client for use on Android

Results 9 IPv6Droid issues
Sort by recently updated
recently updated
newest added

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...

wontfix

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....

enhancement

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...

enhancement

When tapping an entry in the tunnels list, show details of that tunnel. Original comment by: pelzi

enhancement
sourceforge
auto-migrated

Add a log view to the main screen showing the last few relevant events that happened during tunnel operation Original comment by: pelzi

enhancement
sourceforge
auto-migrated

DTLS transport protocol is known to work, no need to keep support for outdated protocol

Maintainability

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,...

enhancement

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...

bug