Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.protocols.dns.bind > #15901

Syntex for primary/secondary

From "@lbutlr" <kremels@kreme.com>
Newsgroups comp.protocols.dns.bind
Subject Syntex for primary/secondary
Date 2020-07-05 18:30 -0600
Message-ID <mailman.609.1593995392.942.bind-users@lists.isc.org> (permalink)
References <A3DCB79D-55B5-436E-9BE6-5EBD89EE48F6@kreme.com>

Show all headers | View raw


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.

Back to comp.protocols.dns.bind | Previous | Next | Find similar


Thread

Syntex for primary/secondary "@lbutlr" <kremels@kreme.com> - 2020-07-05 18:30 -0600

csiph-web