dns/bind: add new ressource records types (#1584)

This commit is contained in:
Michael
2019-11-15 14:01:11 +01:00
committed by Franco Fichtner
parent 0ef4d58e85
commit 8a6cfb8685
3 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -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
+4
View File
@@ -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>