Skip to content

Commit 9ee585e

Browse files
Jeroen Koekkoekk0ekk0ek
Jeroen Koekkoek
authored andcommitted
Remove left-over master references from nsd.conf
1 parent 598747c commit 9ee585e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nsd.conf.sample.in

+5-5
Original file line numberDiff line numberDiff line change
@@ -446,13 +446,13 @@ remote-control:
446446
#allow-notify: 2001:db8::0/64 my_tsig_key_name
447447
# By default, a secondary will request a zone transfer with IXFR/TCP.
448448
# If you want to make use of IXFR/UDP use: UDP addr tsigkey
449-
# for a master that only speaks AXFR (like NSD) use AXFR addr tsigkey
449+
# for a primary that only speaks AXFR use AXFR addr tsigkey
450450
# If you want to require use of XFR-over-TLS use: addr tsigkey tlsauthname
451451
#request-xfr: 192.0.2.2 the_tsig_key_name
452452
#request-xfr: 192.0.2.2 the_tsig_key_name the_tls_auth_name
453453
# Attention: You cannot use UDP and AXFR together. AXFR is always over
454454
# TCP. If you use UDP, we highly recommend you to deploy TSIG.
455-
# Allow AXFR fallback if the master does not support IXFR. Default
455+
# Allow AXFR fallback if the primary does not support IXFR. Default
456456
# is yes.
457457
#allow-axfr-fallback: yes
458458
# set local interface for sending zone transfer requests.
@@ -484,8 +484,8 @@ remote-control:
484484
# from that pattern are inserted into this one (as if it were a
485485
# macro). The statement can be given in between other statements,
486486
# because the order of access control elements can make a difference
487-
# (which master to request from first, which secondary to notify first).
488-
#include-pattern: "common-masters"
487+
# (which primary to request from first, which secondary to notify first).
488+
#include-pattern: "common-primaries"
489489

490490
# Verify zone before publishing.
491491
# Default is value of verify-zones in verify.
@@ -530,7 +530,7 @@ remote-control:
530530
# name: "example.com"
531531
# you can give a pattern here, all the settings from that pattern
532532
# are then inserted at this point
533-
# include-pattern: "master"
533+
# include-pattern: "primary"
534534
# You can also specify (additional) options directly for this zone.
535535
# zonefile: "example.com.zone"
536536
# request-xfr: 192.0.2.1 example.com.key

0 commit comments

Comments
 (0)