Open emanuele-f opened 2 years ago
Useful for sending dns (UDP) requests along with other traffic to the proxy server. But maybe implement a toggle for enabling UDP proxy , as sometimes if a user is running a decryption on the proxy server , the dns requests like DoT/private dns wouldn't decrypt easily and would lead to total disruption in the decryption process. So dns could be chose to be proxied or not depending upon the use case of user.
DoT always uses TCP, so proxying UDP traffic is not an issue. Any exceptions for decryption should be implemented as part of #266
Postponing this after we have a practical use case (e.g. after the new mitmproxy release with Quic decryption support gets released)
Currently PCAPdroid only sends TCP connections to the proxy. It should also send UDP (e.g. to decrypt QUIC)