Skip to content

Commit a121683

Browse files
author
quentusrex
committed
Fix bug: FS#295 - MyDNS-ng ignores zone's active status
http://bugtracker.ispconfig.org/index.php?do=details&task_id=295&project=3
1 parent dbb35f4 commit a121683

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

install/tpl/mydns.conf.master

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ ignore-minimum = no # Ignore minimum TTL for zone?
5050
soa-table = dns_soa # Name of table containing SOA records
5151
rr-table = dns_rr # Name of table containing RR data
5252
soa-where = server_id = {server_id} # Extra WHERE clause for SOA queries
53-
rr-where = server_id = {server_id} # Extra WHERE clause for RR queries
53+
rr-where = server_id = {server_id} # Extra WHERE clause for RR queries
54+
use-soa-active = yes # To fix bug 295 where active or inactive status is ignored.
55+
use-rr-active = yes# To fix bug 295 where active or inactive status is ignored.

0 commit comments

Comments
 (0)