google / cronet-transport-for-okhttp

This package allows OkHttp and Retrofit users to use Cronet as their transport layer, benefiting from features like QUIC/HTTP3 support or connection migration.
Apache License 2.0
452 stars 34 forks source link

Secure DNS support #34

Open androidacy-user opened 7 months ago

androidacy-user commented 7 months ago

Hello!

We were wondering how to achieve DoH support with cronet, since OkHttp DNS seems to be bypassed by cronet.

README seems to suggest that we should implement that in Cronet, but there does not seem to be any way to do so.