You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Could you please add response-policy to the
dns::view
defined type, so it can be called from view.pp or else, simillar option likeadditional_directives
andadditional_options
.As an example
Thank you.
The text was updated successfully, but these errors were encountered: