[Pdns-users] Help with mydns backend

Otto Moerbeek otto at drijf.net
Mon Feb 11 07:29:09 UTC 2019


On Fri, Feb 08, 2019 at 10:17:01AM +0000, Rob Campbell wrote:

> Hi,
> 
> max_connections is set to 500 and we're not hitting it.
> 
> Thanks,
> Rob.

I have looked at the mydns backend and spotted at least one potential
problem that would pop up if there are duplicate record in the soa
table (duplicate with respect to the "origin" column).

Can you check if that's the case? A query like

SELECT origin, COUNT(*) FROM soa-table GROUP by origin HAVING COUNT(*) > 1

should do it (untested).

That said, the mydns backend code contains warning to not use it for
anything more than very simple setups. So moving away from it to a
proper backend should be done.

	-Otto




More information about the Pdns-users mailing list