When seeing up a secondary zone what do I replace ##### with in following (the 
old syntax was masters instead od master, so I am guessing it needs a new 
keyword)?

zone "example.com" {
  type secondary;
  ##### { 192.168.10.1; };
  file "/var/lib/bind/db.example.com";
};

in https://bind9.readthedocs.io/en/v9_16_4/reference.html it appears that the 
syntax is till masters?

4.2.11. masters Statement Grammar

masters <string> [ port <integer> ] [ dscp
        <integer> ] { ( <masters> | <ipv4_address> [
        port <integer> ] | <ipv6_address> [ port
        <integer> ] ) [ key <string> ]; ... }; 




-- 
Man is born free, but is everywhere in chains.

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to