puppet-bind
puppet-bind copied to clipboard
I currently have a split horizon DNS server setup using TSIG keys to determine which "view" I am using when adding/removing/changing resource records. I basically have it setup with two...
### Problem named configured by inkblot-bind reports a warning on configuration check: ``` $ named-checkconf -j -z /etc/bind/named.conf:14: dnssec-lookaside 'auto' is no longer supported ``` ### Environment ``` mod 'inkblot-bind',...
Related: https://github.com/inkblot/puppet-bind/issues/153
License under the Apache License 2.0, the most common license in the Puppet ecosystem.
I realise this duplicates https://github.com/inkblot/puppet-bind/pull/129/files but that hasn't been touched for a few years, so hoping this can be merged instead.
DNSSEC Lookaside Validation (or DLV) is now [deprecated](https://www.sidn.nl/en/dnssec/dnssec-validation-on-bind-named) and unsupported in recent versions of ISC BIND.
It would be useful to manage the SOA record using this module. This record type is not supported. The template used to create the zone file contains a SOA record...
Allows one to define another DNSSEC key algorithm then RSASHA256; based on #157. References: * #157 - Support DNSSEC single type signing scheme without ZSK * https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml