60395e94c6
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/avahi#2c08e02ed6681b8264cb0362ab440598240023d5
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; };
|
|
};
|
|
|