Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support configuration of multiple forward zones #135

Merged
merged 1 commit into from
Sep 14, 2022

Conversation

deric
Copy link
Contributor

@deric deric commented Aug 31, 2022

Forward zones configuration is a bit messy when too many domains are on a single line:

forward-zones=example.org=203.0.113.210, powerdns.com=2001:DB8::BEEF:5

this PR adds possibility to zones as a hash:

powerdns::forward_zones:
  example.org: 203.0.113.210
  powerdns.com: 2001:DB8::BEEF:5

@ju5t
Copy link
Collaborator

ju5t commented Sep 14, 2022

Cool! Thanks!

@ju5t ju5t merged commit dd75e90 into sensson:main Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants