Closed ulvida closed 2 years ago
Hi! When I proposed the so called "dynamic" zones management (I think we should rather say raw zones and yaml zones, for instance), I did a mistake naming negative_ttl variable: https://github.com/systemli/ansible-role-bind9/blob/88122fadb5d9325f2abf88fba6dcd01da329865c/templates/bind/zones/db.template.j2#L24 In fact, this value defines the $TTL BIND macro, which defines the default ttl for Ressource Records that don't have a specific TTL defined. I also detailed a little bit the README doc.
negative_ttl
$TTL
FYI: we have a bigger PR in the pipe, that we are first testing ourselves with our DNS.
cool, thanks!
Hi! When I proposed the so called "dynamic" zones management (I think we should rather say raw zones and yaml zones, for instance), I did a mistake naming
negative_ttl
variable: https://github.com/systemli/ansible-role-bind9/blob/88122fadb5d9325f2abf88fba6dcd01da329865c/templates/bind/zones/db.template.j2#L24 In fact, this value defines the$TTL
BIND macro, which defines the default ttl for Ressource Records that don't have a specific TTL defined. I also detailed a little bit the README doc.