We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb35f4 commit a121683Copy full SHA for a121683
install/tpl/mydns.conf.master
@@ -50,4 +50,6 @@ ignore-minimum = no # Ignore minimum TTL for zone?
50
soa-table = dns_soa # Name of table containing SOA records
51
rr-table = dns_rr # Name of table containing RR data
52
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
+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