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
@@ -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>