diff --git a/roles/bind-authoritative/templates/bind/named.conf.local.j2 b/roles/bind-authoritative/templates/bind/named.conf.local.j2 index a91863c7..cff2b991 100644 --- a/roles/bind-authoritative/templates/bind/named.conf.local.j2 +++ b/roles/bind-authoritative/templates/bind/named.conf.local.j2 @@ -110,6 +110,9 @@ zone "{{ zone }}" { // Apparmor: Need to ln -s /var/cache/bind/generated /var/local/re2o-services/dns/generated file "generated/{{ zone }}.db"; notify yes; + inline-signing yes; + auto-dnssec maintain; + serial-update-method increment; {% else %} type slave; file "bak.{{ zone }}";