Re: [Pdns-users] pdns + recursor + master / slave

2020-02-02 Thread Mike
On 2/2/20 2:17 PM, Stef Coene wrote: > On 2020-02-02 18:43, Mike wrote: >> On 2/1/20 9:13 AM, Stef Coene wrote: >> Typically, what you really want, is to separate the functions of >> 'authoritative server' and 'recursive resolver', which means that each >> are handled on separate IP addresses.

Re: [Pdns-users] pdns + recursor + master / slave

2020-02-02 Thread Stef Coene
On 2020-02-02 18:43, Mike wrote: On 2/1/20 9:13 AM, Stef Coene wrote:     Typically, what you really want, is to separate the functions of 'authoritative server' and 'recursive resolver', which means that each are handled on separate IP addresses.  Bind did/does allow this setup and has extensiv

Re: [Pdns-users] pdns + recursor + master / slave

2020-02-02 Thread Mike
On 2/1/20 9:13 AM, Stef Coene wrote: > Hi, > > I'm new to PowerDNS and still learning about how it works. > > I want to have 2 DNS servers located in 2 different datacenters. One > of them is master, one of them is slave. They both need to forward > requests for unknown domains. > > If I understand