mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 19:04:57 -05:00
9 lines
94 B
Text
9 lines
94 B
Text
options {
|
|
directory "/var/named";
|
|
};
|
|
|
|
zone "vix.com" {
|
|
type master;
|
|
file "whatever";
|
|
};
|
|
|