Re: [Pdns-users] named view migration

2022-08-04 Thread eli glynn via Pdns-users
Hi Frank, this is essentially identical to the problem I posed in the "Overlay or pass-through support in PDNS?" thread from earlier this week. Some way to avoid duplicate entries in "shadow zones", and instead have PowerDNS perform the needed recursion if a record is not found in the local authori

Re: [Pdns-users] named view migration

2022-08-03 Thread frank+pdns--- via Pdns-users
Hi, That's certainly possible, you could also use LUA records directly in PowerDNS to decide what the reply would be. This would prevent the duplication. Frank > On 3 Aug 2022, at 10:10, lovi wrote: > > Hello, > > Thanks for this answer. > I might havent well explained : > 1 - I have a zon

Re: [Pdns-users] named view migration

2022-08-03 Thread lovi via Pdns-users
Hello, Thanks for this answer. I might havent well explained : 1 - I have a zone : mycompany.tld 2 - this zone is splitted with named in 2 views : siteA and siteB 3 - I had to duplicate all my recordds in this 2 views 4- I only have a few difference for example (cname for ntp, proxy, ..) I dont t

Re: [Pdns-users] named view migration

2022-08-02 Thread frank+pdns--- via Pdns-users
Hi Lovi, While you're correct that PowerDNS doesn't have views, you can simulate views using dnsdist (see https://www.frank.be/implementing-bind-views-with-powerdns/) Frank > On 2 Aug 2022, at 14:46, lovi via Pdns-users > wrote: > > Hello, > > Im running a bind/named ns master, with view z

[Pdns-users] named view migration

2022-08-02 Thread lovi via Pdns-users
Hello, Im running a bind/named ns master, with view zone such as : azone.com in siteA = bzone.com in siteB but only some cname records are differents like proxy, ntp, .. As im looking to use powerdns and as I know powerdns do not deal with named views : what would be the best way to move this con