Re: [Pdns-users] ENUM NAPTR queries

2023-02-13 Thread Alexis Fidalgo via Pdns-users
No worries, I’m working now in a combination between mongo and redis and compiled regexp’s to deal with it, looks promising :) Thanks again for your help Enviado desde dispositivo móvil > El 13 feb. 2023, a la(s) 09:28, Klaus Darilion > escribió: > > Probably things are different when

Re: [Pdns-users] ENUM NAPTR queries

2023-02-13 Thread Klaus Darilion via Pdns-users
Probably things are different when using a dynamic backend vs. a DB backend. Unfortunately I am not familiar with the remote backend. regards Klaus > -Ursprüngliche Nachricht- > Von: Alexis Fidalgo > Gesendet: Montag, 13. Februar 2023 15:20 > An: Klaus Darilion > Cc:

Re: [Pdns-users] ENUM NAPTR queries

2023-02-13 Thread Alexis Fidalgo via Pdns-users
Bur Mongo db is not seen at all from pdns , is hidden by my code used by the remote backend via http. My app is the one acceding mongo and responding to this http to remote backend. The question was how to avoid this big loop of questions since the first one has a correct answer, and zone

Re: [Pdns-users] ENUM NAPTR queries

2023-02-13 Thread Klaus Darilion via Pdns-users
Before PowerDNS answers the query, it has to find the authoritative zone. Therefore it loops over the labels to find the zone apex. But this behavior was changed with 4.5 when https://doc.powerdns.com/authoritative/settings.html#zone-cache-refresh-interval was introduced. So maybe you have