Re: [Pdns-users] Unwanted character escaping in regex values

2019-07-31 Thread Peter van Dijk
Hello Kenneth, On Sat, 2019-07-27 at 21:02 +, Kenneth Bengtsson wrote: > Dear all > > I’m setting up a service that uses NAPTR records for service discovery. > Everything looks good in the (MySQL) records but when requesting the > resources, PowerDNS escapes the regex group characters (“(“

Re: [Pdns-users] Web API for dns-01 challenge (_acme-challenge subdomains)

2019-07-31 Thread Bjoern Franke
Hi, > > 2. Given I set "launch=bind,gsqlite3", how does PDNS handle updates? I'd > like to see API patches going only to the SQLite DB, and leave the > BIND zone files untouched. Is that doable? > > A collegue of mine suggested delegating _acme-challenge subdomains to a > dedicated DNS

Re: [Pdns-users] About unreachables this indicator

2019-07-31 Thread abang
In my experience, ~0,06% (unreachables/all-outqueries) is normal. Winfried Am 31. Juli 2019 10:21:09 MESZ schrieb "姜伯洋" <1513...@163.com>: > > > >Can I understand the unreachables indicator as a normal count? > > > >At 2019-07-31 14:24:47, ab...@t-ipnet.net wrote: >Hello 姜伯洋, > >If the Recurs

Re: [Pdns-users] About unreachables this indicator

2019-07-31 Thread Markus Ehrlicher
I think so. root@ns1:~# uptime 10:24:47 up 7 days, 11:51, 1 user, load average: 0,02, 0,13, 0,13 root@ns1:~# rec_control get unreachables 5609 best regards, Markus Von: Pdns-users Im Auftrag von ??? Gesendet: Mittwoch, 31. Juli 2019 10:21 An: pdns-users@mailman.powerdns.com Betreff: Re: [Pdn

Re: [Pdns-users] About unreachables this indicator

2019-07-31 Thread 姜伯洋
Can I understand the unreachables indicator as a normal count? At 2019-07-31 14:24:47, ab...@t-ipnet.net wrote: Hello 姜伯洋, If the Recursor does not reach an authoritative nameserver when resolving a domain, this counter is incremented by 1. The cause is usually not the Recursor. See https:

Re: [Pdns-users] About unreachables this indicator

2019-07-31 Thread abang
Hello 姜伯洋, Logging of "unreachables" is not possible as far as I know. Although it would be a handy feature. You could try "rec_control trace-regex '.*'". But this produces a huge amount of log and possibly decreases the Recursor performance. Winfried Am 31. Juli 2019 08:41:00 MESZ schrieb "姜伯