pschiffe / docker-pdns

Docker images for PowerDNS
MIT License
274 stars 81 forks source link

dns port (53) #121

Closed Julien-Quidam closed 10 months ago

Julien-Quidam commented 10 months ago

Hi @pschiffe !

Thanks for your work :)

I have a question. Where I should open the dns port (53) ? On pdns-recursor pdns-slave or pdns-master ?

pschiffe commented 10 months ago

Hi, depends on what you want to achieve. If you want to host a DNS zone (domain), you should have master and slave running on different servers and both should have port 53 exposed. Recursor is only for if you need some custom DNS resolver with custom configuration. You usually don't need that.