Skip to content

Commit 623a406

Browse files
committed
Fixed a problem with mydns dns mirroring in master slave setups
1 parent 45e22f2 commit 623a406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/tpl/mydns.conf.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ allow-update = no # Should DNS UPDATE be enabled?
4949
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
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
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
5454
use-soa-active = yes # To fix bug 295 where active or inactive status is ignored.
5555
use-rr-active = yes# To fix bug 295 where active or inactive status is ignored.

0 commit comments

Comments
 (0)