fix: support update-policies
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2023-01-18 23:35:36 +01:00
parent 937b6c85de
commit b7cba859e2
2 changed files with 25 additions and 1 deletions

View File

@ -33,7 +33,7 @@ bind9_options:
allow_update_forwarding: []
auth_nxdomain: false
blackhole: []
dnssec_validations: true
dnssec_validation: true
forwarders:
- ip: "8.8.8.8" # Google IPv4
port: "53"
@ -60,6 +60,14 @@ bind9_options:
minimal_responses: "no"
notify: "yes"
recursion: "yes"
update_policies: []
# - action: grant
# identity: keyname
# ruletype: name
# name: _acme-challenge.example.com.
# types:
# - TXT
transfer_format: "many-answers"
bind9_tsigkeys: []