mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-03 22:08:11 -04:00
dns/bind: fix XML
This commit is contained in:
parent
aeade543b6
commit
643f5de087
1 changed files with 5 additions and 4 deletions
|
|
@ -23,11 +23,12 @@
|
|||
<type>select_multiple</type>
|
||||
<help>Define the ACLs where you allow which client are allowed to query this zone.</help>
|
||||
</field>
|
||||
<id>domain.allowrndcupdate</id>
|
||||
<label>Allow RDNC key update</label>
|
||||
<type>checkbox</type>
|
||||
<field>
|
||||
<id>domain.allowrndcupdate</id>
|
||||
<label>Allow RDNC key update</label>
|
||||
<type>checkbox</type>
|
||||
<help>Allow updates via the RDNC key named "rndc-key". The key is shown in the general tab.</help>
|
||||
</field>
|
||||
</field>
|
||||
<field>
|
||||
<id>domain.ttl</id>
|
||||
<label>TTL</label>
|
||||
|
|
|
|||
Loading…
Reference in a new issue