mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
switch to primary/secondary in config.c
some of the built-in configuration was still using outdated terms.
This commit is contained in:
parent
cd1bb82d34
commit
ae8cfa4683
@ -148,9 +148,9 @@ options {\n\
|
|||||||
auth-nxdomain false;\n\
|
auth-nxdomain false;\n\
|
||||||
check-dup-records warn;\n\
|
check-dup-records warn;\n\
|
||||||
check-mx warn;\n\
|
check-mx warn;\n\
|
||||||
check-names master fail;\n\
|
check-names primary fail;\n\
|
||||||
check-names response ignore;\n\
|
check-names response ignore;\n\
|
||||||
check-names slave warn;\n\
|
check-names secondary warn;\n\
|
||||||
check-spf warn;\n\
|
check-spf warn;\n\
|
||||||
clients-per-query 10;\n\
|
clients-per-query 10;\n\
|
||||||
dnssec-accept-expired no;\n\
|
dnssec-accept-expired no;\n\
|
||||||
@ -280,22 +280,22 @@ view \"_bind\" chaos {\n\
|
|||||||
};\n\
|
};\n\
|
||||||
\n\
|
\n\
|
||||||
zone \"version.bind\" chaos {\n\
|
zone \"version.bind\" chaos {\n\
|
||||||
type master;\n\
|
type primary;\n\
|
||||||
database \"_builtin version\";\n\
|
database \"_builtin version\";\n\
|
||||||
};\n\
|
};\n\
|
||||||
\n\
|
\n\
|
||||||
zone \"hostname.bind\" chaos {\n\
|
zone \"hostname.bind\" chaos {\n\
|
||||||
type master;\n\
|
type primary;\n\
|
||||||
database \"_builtin hostname\";\n\
|
database \"_builtin hostname\";\n\
|
||||||
};\n\
|
};\n\
|
||||||
\n\
|
\n\
|
||||||
zone \"authors.bind\" chaos {\n\
|
zone \"authors.bind\" chaos {\n\
|
||||||
type master;\n\
|
type primary;\n\
|
||||||
database \"_builtin authors\";\n\
|
database \"_builtin authors\";\n\
|
||||||
};\n\
|
};\n\
|
||||||
\n\
|
\n\
|
||||||
zone \"id.server\" chaos {\n\
|
zone \"id.server\" chaos {\n\
|
||||||
type master;\n\
|
type primary;\n\
|
||||||
database \"_builtin id\";\n\
|
database \"_builtin id\";\n\
|
||||||
};\n\
|
};\n\
|
||||||
};\n\
|
};\n\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user