4437. [func] Minimal-responses now has two additional modes
no-auth and no-auth-recursive which suppress
adding the NS records to the authority section
as well as the associated address records for the
nameservers. [RT #42005]
(cherry picked from commit 78e31dd187)
This commit is contained in:
@@ -18,6 +18,7 @@ options {
|
||||
listen-on-v6 { none; };
|
||||
notify no;
|
||||
minimal-any yes;
|
||||
minimal-responses no-auth;
|
||||
};
|
||||
|
||||
include "../../common/rndc.key";
|
||||
@@ -30,3 +31,23 @@ zone "rt.example" {
|
||||
type master;
|
||||
file "rt.db";
|
||||
};
|
||||
|
||||
zone "naptr.example" {
|
||||
type master;
|
||||
file "naptr.db";
|
||||
};
|
||||
|
||||
zone "rt2.example" {
|
||||
type master;
|
||||
file "rt2.db";
|
||||
};
|
||||
|
||||
zone "naptr2.example" {
|
||||
type master;
|
||||
file "naptr2.db";
|
||||
};
|
||||
|
||||
zone "nid.example" {
|
||||
type master;
|
||||
file "nid.db";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user