tuskyapp / Tusky

An Android client for the microblogging server Mastodon
https://tusky.app
GNU General Public License v3.0
2.5k stars 389 forks source link

[Feature Request] DNS over TLS Support #1124

Open ghost opened 5 years ago

ghost commented 5 years ago

Since TLS 1.3 support is on the way, what about DNS over TLS?


By the way, I think Tusky should start to consider the case that what will happen if users cannot connect to their instances directly. For example:


connyduck commented 5 years ago

Looks like OkHttp supports DNS over HTTPS with an additional module. Can't find any documentation on how to use it though 🤔 Help would be appreciated.

ghost commented 5 years ago

Looks like OkHttp supports DNS over HTTPS with an additional module. Can't find any documentation on how to use it though 🤔 Help would be appreciated.

Well, I searched for a while and that's right. You may need to contact the maintainer @swankjesse .

By the way, DoH and DoT are different. But it seems that no Android library support one of them officially 😭 So maybe an app-wide hosts is more practical.