commit | 2ac87b1908ef9c934406e0e263b7a8777590c898 | [log] [tgz] |
---|---|---|
author | Martin Horak <horak.martin@gmail.com> | Sun Oct 14 09:10:07 2018 +0200 |
committer | Martin Horak <horak.martin@gmail.com> | Sun Oct 14 09:10:07 2018 +0200 |
tree | c90127a3f1cc5ecf3768ebd7af42918aac864794 | |
parent | d6f624a63a8fba233b8f1acfd3d9c086f0a37eb5 [diff] |
Allow dynamic updates when using auto_records.
diff --git a/bind/files/named.conf.local b/bind/files/named.conf.local index 9f3e0c1..3780d27 100644 --- a/bind/files/named.conf.local +++ b/bind/files/named.conf.local
@@ -24,6 +24,11 @@ {{ transfer }}; {%- endfor %} }; +{%- if zone.get('auto_records', False) %} + allow-update { + 127.0.0.1; + }; +{%- endif %} }; {%- endfor %}