mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
dns/bind: add new ressource records types (#1584)
This commit is contained in:
parent
0ef4d58e85
commit
8a6cfb8685
3 changed files with 10 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
PLUGIN_NAME= bind
|
||||
PLUGIN_VERSION= 1.9
|
||||
PLUGIN_VERSION= 1.10
|
||||
PLUGIN_COMMENT= BIND domain name service
|
||||
PLUGIN_DEPENDS= bind914
|
||||
PLUGIN_MAINTAINER= m.muenz@gmail.com
|
||||
|
|
|
|||
|
|
@ -8,6 +8,10 @@ necessary for asking and answering name service questions.
|
|||
Plugin Changelog
|
||||
================
|
||||
|
||||
1.10
|
||||
|
||||
* Add new ressource record types
|
||||
|
||||
1.9
|
||||
|
||||
* Allow IPv4-only mode
|
||||
|
|
|
|||
|
|
@ -29,11 +29,16 @@
|
|||
<OptionValues>
|
||||
<A>A</A>
|
||||
<AAAA>AAAA</AAAA>
|
||||
<CAA>CAA</CAA>
|
||||
<CNAME>CNAME</CNAME>
|
||||
<DNSKEY>DNSKEY</DNSKEY>
|
||||
<DS>DS</DS>
|
||||
<MX>MX</MX>
|
||||
<NS>NS</NS>
|
||||
<PTR>PTR</PTR>
|
||||
<RRSIG>RRSIG</RRSIG>
|
||||
<SRV>SRV</SRV>
|
||||
<TLSA>TLSA</TLSA>
|
||||
<TXT>TXT</TXT>
|
||||
</OptionValues>
|
||||
</type>
|
||||
|
|
|
|||
Loading…
Reference in a new issue