Replies: 1 comment 3 replies
-
DNSCrypt can use TCP exclusively, but new connections are created for every query, so that would be very slow. Not sure what the point would be compared to DNS relays that are specifically designed for this. |
Beta Was this translation helpful? Give feedback.
3 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I'm quite certain that you could use HTTP-proxies that support/allow
CONNECT
requests to connect to any TCP-based service, e.g. establish the DNS-over-TLS (DoT) connections through HTTP-proxy.CONNECT
requests expect the proxy to blindly pass through data in both directions, once the connection is established.See CONNECT - HTTP | MDN, among other well-known refs.
Beta Was this translation helpful? Give feedback.
All reactions