mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-04 14:26:13 -04:00
parent
3ab564626d
commit
0d569516ec
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ zone "{{ domain.domainname }}" {
|
|||
{% endfor %}
|
||||
};
|
||||
{% endif %}
|
||||
{% if domain.allowrndcupdate is defined and domain.allowrndc == "1" %}
|
||||
{% if domain.allowrndcupdate is defined and domain.allowrndcupdate == "1" %}
|
||||
update-policy {
|
||||
grant rndc-key zonesub ANY;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue