mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 03:11:56 -05:00
4848. [func] Zone types "primary" and "secondary" can now be used as synonyms for "master" and "slave" in named.conf. [RT #46713]
11 lines
280 B
Text
11 lines
280 B
Text
example1 IN first master
|
|
clone IN first master
|
|
example1 IN second master
|
|
example2 IN second static-stub
|
|
clone IN second in-view first
|
|
. IN second redirect
|
|
clone IN third in-view first
|
|
dnssec IN third master
|
|
p IN third primary
|
|
s IN third secondary
|
|
hostname.bind chaos chaos master
|