From a12168395936e4d79276d347cf46d8a00e9d1b5c Mon Sep 17 00:00:00 2001 From: quentusrex <quentusrex@ispconfig3> Date: Thu, 06 Nov 2008 12:30:45 -0500 Subject: [PATCH] Fix bug: FS#295 - MyDNS-ng ignores zone's active status --- install/tpl/mydns.conf.master | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/install/tpl/mydns.conf.master b/install/tpl/mydns.conf.master index d790ab8..96d6a8a 100644 --- a/install/tpl/mydns.conf.master +++ b/install/tpl/mydns.conf.master @@ -50,4 +50,6 @@ soa-table = dns_soa # Name of table containing SOA records rr-table = dns_rr # Name of table containing RR data soa-where = server_id = {server_id} # Extra WHERE clause for SOA queries -rr-where = server_id = {server_id} # Extra WHERE clause for RR queries \ No newline at end of file +rr-where = server_id = {server_id} # Extra WHERE clause for RR queries +use-soa-active = yes # To fix bug 295 where active or inactive status is ignored. +use-rr-active = yes# To fix bug 295 where active or inactive status is ignored. \ No newline at end of file -- Gitblit v1.9.1