Named group of servers, to use it in a zone statement

POULET Benoit <[email protected]>
Newsgroups gmane.network.dns.bind9.user
Message-ID <MR1PPF8BEFCDB19104ADABEB953CECEBD8896D7A__42493.3830787026$1763541519$gmane$org@MR1PPF8BEFCDB19.FRAP264.PROD.OUTLOOK.COM>
Hello

Do you know if we can set a named group of servers to use it in a zone statement ?

The goal is to do something like this to notify the secondaries, this way I can set only one time my IPs and call them by the name in the zone statement :

remote-servers secondaries-server-list {
  10.64.1.43;
  10.64.1.44;
  10.128.37.66;
  10.128.37.67;
};

key internal-key {
  algorithm hmac-sha512;
  secret "JzZu0dH+TO2U8Bgo4792aUBmvhs08hqZuw30StTFMij91LrIQBjd91fLoRupREoikrBq1cc9vYDub7Q+vGvl6g==";
};

zone "63.10.in-addr.arpa" {
      type primary;
      file "/var/cache/bind/internal/63.10.in-addr.arpa.db";
      also-notify { secondaries-server-list key internal-key; };
};

But I got an error with named-checkconf :  unexpected token 'internal-key'

I’m using Bind 9.20.15.

-- 
Visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.