mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/bind: add new ressource records types (#1584)
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user