@lbutlr
2020-07-06 00:30:11 UTC
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> ]; ... };
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.
Man is born free, but is everywhere in chains.