summaryrefslogtreecommitdiffstats
path: root/samples/knot.sample.conf.in
diff options
context:
space:
mode:
authorDavid VaĊĦek <david.vasek@nic.cz>2021-01-18 13:33:45 +0100
committerDaniel Salzman <daniel.salzman@nic.cz>2021-01-19 19:40:13 +0100
commit327451626bf81efcb3a45c6ac4847e84bcacc3cf (patch)
tree9db557eef44802bcdefeef58db17578076aad2b6 /samples/knot.sample.conf.in
parenttests-extra: ixfr/knot_knot -- make the test stable under Valgrind (diff)
downloadknot-327451626bf81efcb3a45c6ac4847e84bcacc3cf.tar.xz
knot-327451626bf81efcb3a45c6ac4847e84bcacc3cf.zip
doc: replace terms master/slave with primary/secondary where suitable
As per RFC 8499, section 6. https://tools.ietf.org/html/rfc8499#section-6
Diffstat (limited to 'samples/knot.sample.conf.in')
-rw-r--r--samples/knot.sample.conf.in20
1 files changed, 10 insertions, 10 deletions
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