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 dnsdist -C /etc/powerdns/dnsdist.conf

I also have DoT and DNS configured so I see the following when I run the
above command:

Added downstream server 10.51.15.91:5301
Listening on 10.51.15.91:5300
Listening on 10.51.15.91:853 for TLS

I was expecting to see a line for DoH?

Also my showBinds() doesn't show DoH either.

showBinds()
#   Address                        Protocol              Queries
0   10.51.15.91:5300               UDP                   0
1   10.51.15.91:5300               TCP                   0
2   10.51.15.91:853                TCP (DNS over TLS)    0

Am I missing something?

thanks,
brian


-- 



Brian M. Sullivan
Senior Staff Security Intelligence Engineer
bsulli...@lookout.com |  www.lookout.com
_______________________________________________
Pdns-dev mailing list
Pdns-dev@mailman.powerdns.com
https://mailman.powerdns.com/mailman/listinfo/pdns-dev

Reply via email to