pelzvieh / IPv6Droid

IPv6 tunnel client for use on Android
20 stars 5 forks source link

Use tunnel as a last ressort #21

Closed pelzvieh closed 8 years ago

pelzvieh commented 10 years ago

Try to figure out local IPv6 connectivity and route through tunnel only if not available. 6in4 should be preffered if it works (but how to figure that out?)

Original comment by: pelzi

pelzvieh commented 8 years ago

Implemented in version 1.20: if an IPv6 default route is present in the non-VPN network context of the device, a tunnel will be maintained, but no IPv6 route is set to the tunnel. The required API is available starting with Android 5.0. IPv6Droid continues to work on earlier versions, but this feature is not available then.