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 zone parameter to Dns::Zone #233

Closed
wants to merge 1 commit into from
Closed

Add zone parameter to Dns::Zone #233

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Sep 9, 2017

This is a step towards a split-horizon DNS server (#230).
by allowing the same DNS zone to be defined multiple
times using different resource titles.

Currently, this will cause problems with the ptr
parameter of dns::record::a, so it's not yet a
complete solution.

This is a step towards a split-horizon DNS server,
by allowing the same DNS zone to be defined multiple
times using different resource titles.

Currently, this will cause problems with the `ptr`
parameter of `dns::record::a`, so it's not yet a
complete solution.
@@ -1,4 +1,6 @@
zone "<%= @zone %>" {
; BIND definition for <%= @_zone %> zone

Choose a reason for hiding this comment

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

This comment type appears wrong.
Shouldn't it be // ?

@ghost ghost closed this by deleting the head repository Dec 6, 2022
This pull request was closed.
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