From ec080d9d068cd4476e95287d0ca8fa7cd60da8e3 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 3 Feb 2022 08:34:41 +0100 Subject: [PATCH] dns/bind: as discussed --- dns/bind/Makefile | 2 +- dns/bind/pkg-descr | 4 ++++ .../src/opnsense/mvc/app/models/OPNsense/Bind/General.xml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dns/bind/Makefile b/dns/bind/Makefile index 7018cf0f6..738804e21 100644 --- a/dns/bind/Makefile +++ b/dns/bind/Makefile @@ -1,5 +1,5 @@ PLUGIN_NAME= bind -PLUGIN_VERSION= 1.20 +PLUGIN_VERSION= 1.21 PLUGIN_COMMENT= BIND domain name service PLUGIN_DEPENDS= bind916 PLUGIN_MAINTAINER= m.muenz@gmail.com diff --git a/dns/bind/pkg-descr b/dns/bind/pkg-descr index ea2c307f3..0f64290fb 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.21 + +* Add support for filter AAAA in DNS responses when A is present (contributed by Zane Chua) + 1.20 * Allow signed zone transfers (contributed by Michael Newton) diff --git a/dns/bind/src/opnsense/mvc/app/models/OPNsense/Bind/General.xml b/dns/bind/src/opnsense/mvc/app/models/OPNsense/Bind/General.xml index edd75d160..d9f73fc68 100644 --- a/dns/bind/src/opnsense/mvc/app/models/OPNsense/Bind/General.xml +++ b/dns/bind/src/opnsense/mvc/app/models/OPNsense/Bind/General.xml @@ -1,7 +1,7 @@ //OPNsense/bind/general BIND configuration - 1.0.7 + 1.0.8 0