Devolutions/sspi-rs

Name resolution doesn't work on Android

Closed this issue · 1 comments

trust-dns cannot read the system DNS configuration on Android.

We should use platform APIs to extract the host DNS configuration and use it to create a custom ResolverConfig.

Due to requirement to use JNI, have proper application permissions, etc; this is probably best handling by the calling application.