mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
dns/bind: add PR record type (#3256)
This commit is contained in:
parent
e8ef909a94
commit
3c74322935
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<model>
|
||||
<mount>//OPNsense/bind/record</mount>
|
||||
<description>BIND record configuration</description>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.1</version>
|
||||
<items>
|
||||
<records>
|
||||
<record type="ArrayField">
|
||||
|
|
@ -36,6 +36,7 @@
|
|||
<MX>MX</MX>
|
||||
<NS>NS</NS>
|
||||
<PTR>PTR</PTR>
|
||||
<RP>RP</RP>
|
||||
<RRSIG>RRSIG</RRSIG>
|
||||
<SRV>SRV</SRV>
|
||||
<TLSA>TLSA</TLSA>
|
||||
|
|
|
|||
Loading…
Reference in a new issue