Re: [Pdns-users] SERVFAIL on backend failure - is this possible?

2020-02-25 Thread Aki Tuomi via Pdns-users
Hi! It is not really supported to split domains like this. You need to host the entire domain in remote backend. Aki On 26.2.2020 2.00, Vytenis A via Pdns-users wrote: > Hi Bert, > > Thanks for a prompt reply. > > This is currently on my local test VM, it's waay past midnight, I can > put it on

Re: [Pdns-users] SERVFAIL on backend failure - is this possible?

2020-02-25 Thread Vytenis A via Pdns-users
Hi Bert, Thanks for a prompt reply. This is currently on my local test VM, it's waay past midnight, I can put it on resolvable domain tomorrow if this isn't helpful. Not sure how to show you this exactly :) I'm using latest pDNS, using official repo: pdns-4.2.1-1pdns.el7.x86_64, CentOS

Re: [Pdns-users] SERVFAIL on backend failure - is this possible?

2020-02-25 Thread bert hubert via Pdns-users
On Wed, Feb 26, 2020 at 12:35:21AM +0200, Vytenis A via Pdns-users wrote: > While trying to implement authoritative DNS server using "remote" > backend, I've stumbled into an issue when HTTP backend is unreachable > - PowerDNS is returning NXDOMAIN. Can you reproduce this for us so we can check?

[Pdns-users] SERVFAIL on backend failure - is this possible?

2020-02-25 Thread Vytenis A via Pdns-users
Hi List, While trying to implement authoritative DNS server using "remote" backend, I've stumbled into an issue when HTTP backend is unreachable - PowerDNS is returning NXDOMAIN. What I would like to achieve is return SERVFAIL in case my HTTP endpoint is unavailable. Is this possible? Maybe Lua

Re: [Pdns-users] Swagger API YAML available via API?

2020-02-25 Thread Peter van Dijk via Pdns-users
Hello Kevin, On Sun, 2020-02-23 at 19:34 -0500, Kevin P. Fleming via Pdns-users wrote: > I've looked all over the docs and code base, and it doesn't appear > that the YAML file describing the API is available *through* the API. > > I'm planning to build a client using the 'Bravado' Python