On Wednesday, December 23, 2015 12:28:01 AM Phillip Hallam-Baker wrote: > If you want to do this... > > Why not just do Web Sockets and run plain old DNS over TCP. Its not > going to be tremendously fast but it is the shortest distance between > two points and there would be almost no new code needed.
i think the goal is to get the web caching/proxy system to be able to cache dns results. using REST, this could be done. using websockets, not so much. but as a broader matter, you make a good point. ws and wss (websockets and secure websockets) would be a fine transport for dns-over-tcp in general, since it already has connection persistency, which is otherwise something that tcp/53 speakers will have to negotiate. -- P Vixie
_______________________________________________ DNSOP mailing list [email protected] https://www.ietf.org/mailman/listinfo/dnsop
