3582. [bug] Silence false positive warning regarding missing file
directive for inline slave zones. [RT #33662]
(cherry picked from commit 1e34fe9044)
This commit is contained in:
14
bin/tests/system/checkconf/inline-no.conf
Normal file
14
bin/tests/system/checkconf/inline-no.conf
Normal file
@@ -0,0 +1,14 @@
|
||||
acl "transferees" {};
|
||||
masters "stealthMasters" {127.0.0.1;};
|
||||
masters "publicSlaves" {127.0.0.1;};
|
||||
zone "example.net" {
|
||||
type slave;
|
||||
key-directory "/var/lib/bind/example.net";
|
||||
auto-dnssec maintain;
|
||||
inline-signing no;
|
||||
masters { stealthMasters; };
|
||||
notify explicit;
|
||||
also-notify { publicSlaves; };
|
||||
allow-transfer { localhost; transferees; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user