Re: [Pdns-dev] dnsdist and DoH

2019-06-11 Thread Brian Sullivan
hmmm ... maybe it is not compiled in? > showDOHFrontends() DNS over HTTPS support is not present! Definitely is the correct config file. I followed the ubuntu 16.04 dnsdist to install dnsdist ... https://repo.powerdns.com/ regards, brian On Tue, Jun 11, 2019 at 2:14 PM bert hubert wrote: >

Re: [Pdns-dev] dnsdist and DoH

2019-06-11 Thread bert hubert
On Tue, Jun 11, 2019 at 12:51:24PM -0400, Brian Sullivan wrote: > I was expecting to see a line for DoH? Me too. Can you try: showDOHFrontends() And see what it reports? Can you double check it is reading the right configuration file? Bert

[Pdns-dev] dnsdist and DoH

2019-06-11 Thread Brian Sullivan
Hi, I am trying to get DoH working on dnsdist. dnsdist --version dnsdist 1.4.0-beta1 (Lua 5.1.4 [LuaJIT 2.0.4]) I've added the following to my dnsdist.conf file. addDOHLocal("10.51.15.91:443", '/opt/app/server.pem', '/opt/app/server-private.key') I re ran dnsdist as so with no errors: sudo