dnsdist and DoH
Brian Sullivan <[email protected]> Tue, 11 Jun 2019 12:51:24 -0400
| Newsgroups | gmane.network.dns.powerdns.devel |
|---|---|
| Message-ID | <CAOq51Qi0BRAdL8NoN8e9qE7hzvEUoD+WVKr8-KDpxML6qu3+5w@mail.gmail.com> |
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
[email protected] | www.lookout.com
_______________________________________________
Pdns-dev mailing list
[email protected]
https://mailman.powerdns.com/mailman/listinfo/pdns-dev