Android Local DNS Server

I want to know what should be the starting point in Android source code for implementing local DNS caching in Android. I want to have something like pdnsd or djbdns . Probably the djbdns port on Android and change the stream so that the Android infrastructure points to djbdns for permission.

If someone can point me to a file in the Android source code that accesses the local DNS settings to resolve the domain name.

+6
source share

Source: https://habr.com/ru/post/892869/


All Articles