PowerDNS / pdns

PowerDNS Authoritative, PowerDNS Recursor, dnsdist
https://www.powerdns.com/
GNU General Public License v2.0
3.7k stars 908 forks source link

auth: support YAML as the configuration file format #14574

Open poupryc opened 2 months ago

poupryc commented 2 months ago

Short description

Recursive has almost entirely switched to YAML format for its configuration, as this is now the recommended way to write them. See more at https://docs.powerdns.com/recursor/yamlsettings.html. I searched a bit on the github, there doesn't seem to be any mention of a potential change.

Should Authoritative follow suit?

Usecase

Have a pdns.yml file instead of the current pdns.conf (or better, a authoritative.yml or auth.yml to be consistent with Recursive).

dsp0redy commented 1 month ago

Does it mean to update pdns.conf to pdns.yml and going further every thing need to be in .yml right?

poupryc commented 1 month ago

Kinda @dsp0redy, but with a different structure as in pdns recursor.