[Pdns-users] autoserial enable/disable?

2019-07-19 Thread Jonathan Reed
Hi, I have a couple old (2.x) PDNS systems still around running the (g)mysql backends. Both backends are storing the SOA serial as 0. One responds with an SOA of 0, while the other responds seemingly with autoserial enabled (most recent change_date for any records). But neither of them have a doma

Re: [Pdns-users] max record length workaround

2019-03-20 Thread Jonathan Reed
ceeding it. I'm still struggling with appending the pubkey to the previous record. On Wed, Mar 20, 2019 at 2:14 PM Steve Atkins wrote: > > > > On Mar 20, 2019, at 5:49 PM, Jonathan Reed wrote: > > > > Hi, > > > > I'm running an old version of pdns where

[Pdns-users] max record length workaround

2019-03-20 Thread Jonathan Reed
Hi, I'm running an old version of pdns where my backend record length for " records.name" is still varchar(255). I've read it's been extended to 64k. However I'm trying to insert a 400 character dkim value in it by adding multiple records for the dkim to simulate a continuation of the key string.