chrisss404 / powerdns

PowerDNS dnsdist, recursor, authoritative, and admin interface. Supports DNSCrypt, DoH, and DoT.
https://hub.docker.com/r/chrisss404/powerdns
MIT License
54 stars 20 forks source link

recursor doesn't start #17

Closed daudo closed 4 months ago

daudo commented 4 months ago

using the "private authoritative" docker-compose.yml file without any changes, the recursor fails to start.

It bails out saying

"cp: can't stat '/etc/powerdns/recursor.conf-dist': No such file or directory"

If I see it right, the Dockerfile for the recursor lacks the following line:

COPY ./conf /etc/powerdns

Because of this, docker-entrypoint.sh cannot create /etc/powerdns/recursor.conf from the (non existing) recursor.conf-dist file. But maybe I am missing something?

chrisss404 commented 4 months ago

Hi daudo, it seems like there is something wrong with the latest version. I'll have a look, thanks for reporting. Meanwhile you can use one of the release versions, e.g.: 5.0.2-recursor

BR Christian

daudo commented 4 months ago

yes, that did the trick, thanks for the swift reply!

chrisss404 commented 4 months ago

Fixed. Added proper yaml support to latest recursor.