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 response-policy to the dns::view #251

Open
supun983 opened this issue May 13, 2024 · 1 comment · May be fixed by #252
Open

Add response-policy to the dns::view #251

supun983 opened this issue May 13, 2024 · 1 comment · May be fixed by #252

Comments

@supun983
Copy link

Could you please add response-policy to the dns::view defined type, so it can be called from view.pp or else, simillar option like additional_directives and additional_options.

As an example

view "example" {
  match-clients { 192.168.0.0/24; };
  response-policy {
    zone "rpz";
  };
  zone "rpz" {
    type master;
    file "/var/cache/bind/zones/db.rpz";
  };
};

Thank you.

@ekohl
Copy link
Member

ekohl commented May 13, 2024

A PR for this is welcome.

@supun983 supun983 linked a pull request May 16, 2024 that will close this issue
@ekohl ekohl linked a pull request May 16, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants