From 8a6cfb8685db411bbf34820e8dda1e676276734f Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 15 Nov 2019 14:01:11 +0100 Subject: [PATCH] dns/bind: add new ressource records types (#1584) --- dns/bind/Makefile | 2 +- dns/bind/pkg-descr | 4 ++++ .../src/opnsense/mvc/app/models/OPNsense/Bind/Record.xml | 5 +++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/dns/bind/Makefile b/dns/bind/Makefile index 41b0af268..ae631f618 100644 --- a/dns/bind/Makefile +++ b/dns/bind/Makefile @@ -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 diff --git a/dns/bind/pkg-descr b/dns/bind/pkg-descr index 8b5bce232..d813e10aa 100644 --- a/dns/bind/pkg-descr +++ b/dns/bind/pkg-descr @@ -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 diff --git a/dns/bind/src/opnsense/mvc/app/models/OPNsense/Bind/Record.xml b/dns/bind/src/opnsense/mvc/app/models/OPNsense/Bind/Record.xml index d1cc37313..797b43b72 100644 --- a/dns/bind/src/opnsense/mvc/app/models/OPNsense/Bind/Record.xml +++ b/dns/bind/src/opnsense/mvc/app/models/OPNsense/Bind/Record.xml @@ -29,11 +29,16 @@ A AAAA + CAA CNAME + DNSKEY + DS MX NS PTR + RRSIG SRV + TLSA TXT