We have Bind9 running as a slave but i am wondering it doesn't have anywhere statment like type slave in named.conf but i can see its updating entries from master. We only add entries in master and add new zone but it automatically replicated to slave we never need to add or touch anything on slave. How does that slave configured?
named.conf i am seeing entries like this, does it enough to make it slave for all zone?
allow-transfer { acl-nameservers; }; allow-new-zones yes; server 192.168.100.10 { keys dns-xfer; }; also-notify { 192.168.100.10; };