49cf061d17
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/bind#293d93455e05945f11b4ee320db6a2fa4f31e43c
12 lines
176 B
Plaintext
12 lines
176 B
Plaintext
options {
|
|
directory "/var/named";
|
|
allow-query { any; };
|
|
};
|
|
|
|
zone "<DOMAIN>" IN {
|
|
type master;
|
|
file "<DOMAIN>.zone";
|
|
allow-update { none; };
|
|
};
|
|
|