Feature summary (what you would like to be able to do and where):
Currently all Android apps by Wikimedia use OkHttp which has builtin DNS over HTTPS client.
https://github.com/square/okhttp/tree/master/okhttp-dnsoverhttps
It would take less than 50 lines to integrate Wikimedia DNS (T252132) into the current OkHttp clients.
- Wikipedia: https://github.com/wikimedia/apps-android-wikipedia
- Wikisource: https://github.com/cis-india/Wikisource-Reader
- Wikimedia Commons: https://github.com/commons-app/apps-android-commons
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve. Do not describe only a solution):
Protect users from ISP or government DPI middleboxes logging or analyzing of UDP DNS.
Benefits (why should this be implemented?): Privacy enhancement.