I am using android hotspot as wifi for my devices, and I want to set up DOH on my android, how can I do it?
PS: I have tried to install Intra or other APPs that can only change dns for internet access directly from Android, not from other devices that using the Android hotspot.
dnscrypt-proxy
. Root method is here: https://android.stackexchange.com/a/207647/218526. But it's also possible to run it with Android's built-in VPN feature, without having root. – Irfan Latif Jul 20 '21 at 10:37dnscrypt-proxy
is also working for sharing hotspot wifi from carriers cellular data? It seems the hostpot pretend a wifi and I not sure if this wifi dns still use the android system dns. – novice Jul 22 '21 at 05:22dnscrypt-proxy
. In case of root it's the robustiptables
. So not even a single packet can escape from it. In case of VPN based redirection, it's not very likely because network traffic doesn't go through VPN connections. See explanation here (though the question is different). – Irfan Latif Jul 27 '21 at 16:10