On 3 April 2018 at 15:43, Laslo Hunhold <[email protected]> wrote: > On Tue, 3 Apr 2018 00:12:01 -0400 > Calvin Morrison <[email protected]> wrote: > > Hey Calvin, > > I'm pretty sure DNS over HTTPS runs on top of a TCP stream and not a > UDP stream. >
standard DNS requests are made via UDP on port 53. This tool relays those requests over a regular https connection and responds on port 53. If that makes sense Calvin
