Commit Graph
7 Commits
Author SHA1 Message Date
volker.raschekandCopilot 3557776f17 fix(templates): render allow-notify and correct allow-query-on statement
Lint Markdown files / markdown-lint (push) Successful in 10s
Ansible Linter / ansible-lint (push) Successful in 52s
Release Ansible Role / Release Ansible Role (push) Successful in 1m19s
The zone option allow_notify was documented in defaults/main.yaml but never rendered by
named.conf.views.j2. Any allow_notify list configured for a zone was silently dropped, so
secondaries kept accepting NOTIFY messages only from the hosts listed in the masters statement.

In addition, the allow_query_on block emitted the statement name allow-query instead of
allow-query-on. This produced a second allow-query clause in the same zone and thereby
overrode the interface restriction that was actually intended.

Co-authored-by: Copilot <copilot@github.com>
2026-09-02 10:46:46 +02:00
volker.raschek 827e96463f fix(templating): adapt lstrip_blocks
Ansible Linter / ansible-lint (push) Successful in 56s
Lint Markdown files / markdown-lint (push) Successful in 9s
2025-08-10 18:32:38 +02:00
volker.raschek 20bf0a7f9b feat: support DNSSEC
continuous-integration/drone/push Build encountered an error
2024-05-22 20:23:24 +02:00
volker.raschek b7cba859e2 fix: support update-policies
continuous-integration/drone/push Build encountered an error
2023-01-18 23:35:36 +01:00
volker.raschek 271c874529 fix: add configuration options to set up forward zone
continuous-integration/drone/push Build is passing
2022-05-09 14:31:16 +02:00
volker.raschek 0ecda4e57b fix: add configuration options to set up forward zone
continuous-integration/drone/push Build is passing
2022-05-09 13:24:29 +02:00
volker.raschek cd3bd685ce test(ubuntu): tested on ubuntu 2022-04-04 16:00:11 +02:00