mageddo / dns-proxy-server

Solve your DNS hosts from your docker containers, then from your local configuration, then from internet
http://mageddo.github.io/dns-proxy-server/
Apache License 2.0
789 stars 78 forks source link

Configuration using YAML #243

Open denizdogan opened 2 years ago

denizdogan commented 2 years ago

I think it would be nice if we could configure this using YAML instead of JSON. JSON often becomes messy when editing via SSH on a remote server somewhere, whereas YAML is simpler when typing.

mageddo commented 1 year ago

As it would be simple to create YAML configuration extension along JSON which will remain the default for now, I see it as nice feature. I will take a look how hard it's to add YAML support or any other format and give a feedback.