Hi,
maybe you remember my message regarding suboptimal ddns update
performance. A colleague helped me to identify the list_subzone_query as
the performance killer.
The original where clause is
disabled=0 and (name='%s' OR name like '%s') and domain_id='%d'
with
%.
as second argument.
Wh
Hello Michael,
On Tue, 8 Mar 2016 16:32:26 +0100
Bit World Computing - Michael Mertel wrote:
> I was wondering why an apt-get update cannot resolve repo.powerdns.com, but a
> ping is able to do so. This only happens if /etc/resolv.conf points to my
> recursor. If I use 8.8.8.8 as nameserver ev
Hi,
I’am currently running the latest pdns-recursor 4.x master on Ubuntu 14.04.
I was wondering why an apt-get update cannot resolve repo.powerdns.com, but a
ping is able to do so. This only happens if /etc/resolv.conf points to my
recursor. If I use 8.8.8.8 as nameserver everything works as ex