Skip to content

Commit

Permalink
Remove left-over master references from nsd.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ekk0ek committed Aug 6, 2024
1 parent f0b4362 commit 7006376
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions nsd.conf.sample.in
Original file line number Diff line number Diff line change
Expand Up @@ -443,13 +443,13 @@ remote-control:
#allow-notify: 2001:db8::0/64 my_tsig_key_name
# By default, a secondary will request a zone transfer with IXFR/TCP.
# If you want to make use of IXFR/UDP use: UDP addr tsigkey
# for a master that only speaks AXFR (like NSD) use AXFR addr tsigkey
# for a primary that only speaks AXFR use AXFR addr tsigkey
# If you want to require use of XFR-over-TLS use: addr tsigkey tlsauthname
#request-xfr: 192.0.2.2 the_tsig_key_name
#request-xfr: 192.0.2.2 the_tsig_key_name the_tls_auth_name
# Attention: You cannot use UDP and AXFR together. AXFR is always over
# TCP. If you use UDP, we highly recommend you to deploy TSIG.
# Allow AXFR fallback if the master does not support IXFR. Default
# Allow AXFR fallback if the primary does not support IXFR. Default
# is yes.
#allow-axfr-fallback: yes
# set local interface for sending zone transfer requests.
Expand Down Expand Up @@ -481,8 +481,8 @@ remote-control:
# from that pattern are inserted into this one (as if it were a
# macro). The statement can be given in between other statements,
# because the order of access control elements can make a difference
# (which master to request from first, which secondary to notify first).
#include-pattern: "common-masters"
# (which primary to request from first, which secondary to notify first).
#include-pattern: "common-primaries"

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

0 comments on commit 7006376

Please sign in to comment.