2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 22:45:39 +00:00

Replace "master/slave" terms in documentation

Replace those terms with the preferred "primary/secondary" keywords.
This commit is contained in:
Matthijs Mekking
2021-10-05 11:15:06 +02:00
committed by Evan Hunt
parent 71b92d4d19
commit af17ca9704
10 changed files with 26 additions and 26 deletions

View File

@@ -353,7 +353,7 @@ External (bastion host) DNS server configuration:
zone "site2.example.com" {
type secondary;
file "s/site2.foo.com";
masters { another_bastion_host_maybe; };
primaries { another_bastion_host_maybe; };
allow-transfer { internals; externals; }
};

View File

@@ -243,5 +243,5 @@ configuration file.
Note that none of the global records for an option are inherited if any
records are defined for that option for the specific zone. For example,
if the zone had a ``masters`` record of type A but not AAAA, it
if the zone had a ``primaries`` record of type A but not AAAA, it
would *not* inherit the type AAAA record from the global option.

View File

@@ -96,7 +96,7 @@ the primary server for ``example.com`` and a secondary server for the subdomain
type secondary;
file "eng.example.com.bk";
// IP address of eng.example.com primary server
masters { 192.168.4.12; };
primaries { 192.168.4.12; };
};
.. _load_balancing: