Skip to content
Snippets Groups Projects
Commit a1216839 authored by quentusrex's avatar quentusrex
Browse files

Fix bug: FS#295 - MyDNS-ng ignores zone's active status

parent dbb35f4b
No related branches found
No related tags found
No related merge requests found
......@@ -50,4 +50,6 @@ ignore-minimum = no # Ignore minimum TTL for zone?
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment