Syntex for primary/secondary

@lbutlr kremels at kreme.com
Mon Jul 6 00:30:11 UTC 2020


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.



More information about the bind-users mailing list