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

add local_zone and domain_insecure parameters #153

Merged
merged 1 commit into from
Jan 28, 2018

Conversation

b4ldr
Copy link
Member

@b4ldr b4ldr commented Jan 26, 2018

This is an update of #151 and #152

add type and spec

update

update

-

-

-

update

-
@@ -6,6 +6,8 @@
Hash $forward,
Hash $stub,
Hash $record,
Optional[Unbound::Local_zone] $local_zone,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just looking over the man page, looks like multiple local-zone definitions are allowed. This should probably be Optional[Array[Unbound::LocalZone]] to allow multiple local zones. The template will also need adjusting.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

type Unbound::Local_zone = Hash[String, Unbound::Local_zone_type] so you can pass multiple zones here, template already accounts for this

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, I just missed that.

@zachfi
Copy link
Contributor

zachfi commented Jan 28, 2018

This looks good. Thanks for the contribution.

@zachfi zachfi merged commit 12cb416 into voxpupuli:master Jan 28, 2018
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