From 327451626bf81efcb3a45c6ac4847e84bcacc3cf Mon Sep 17 00:00:00 2001 From: David VaĊĦek Date: Mon, 18 Jan 2021 13:33:45 +0100 Subject: doc: replace terms master/slave with primary/secondary where suitable As per RFC 8499, section 6. https://tools.ietf.org/html/rfc8499#section-6 --- samples/knot.sample.conf.in | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'samples') diff --git a/samples/knot.sample.conf.in b/samples/knot.sample.conf.in index 6df291b7d..e53575709 100644 --- a/samples/knot.sample.conf.in +++ b/samples/knot.sample.conf.in @@ -14,18 +14,18 @@ database: storage: "@storage_dir@" remote: -# - id: slave +# - id: secondary # address: 192.168.1.1@53 # -# - id: master +# - id: primary # address: 192.168.2.1@53 acl: -# - id: acl_slave +# - id: acl_secondary # address: 192.168.1.1 # action: transfer -# - id: acl_master +# - id: acl_primary # address: 192.168.2.1 # action: notify @@ -35,12 +35,12 @@ template: file: "%s.zone" zone: -# # Master zone +# # Primary zone # - domain: example.com -# notify: slave -# acl: acl_slave +# notify: secondary +# acl: acl_secondary -# # Slave zone +# # Secondary zone # - domain: example.net -# master: master -# acl: acl_master +# master: primary +# acl: acl_primary -- cgit v1.2.3