Re: [Pdns-users] Multiple masters

2018-12-15 Thread Brian Candler
On 15/12/2018 08:48, Don Stokes wrote: This is with the latest Centos 7 RPMs on the 4.1 branch. For the benefit of anyone looking at the list archive in future: I *think* the OP is talking about version 4.1.5. ___ Pdns-users mailing list Pdns-users@m

Re: [Pdns-users] Spoof MX records

2018-12-15 Thread Bit World Computing - Michael Mertel
> Am 15.12.2018 um 09:50 schrieb bert hubert : > > On Sat, Dec 15, 2018 at 09:42:21AM +0100, Bit World Computing - Michael > Mertel wrote: >> Hi Aleksandr, >> >> I’am somewhat lost, I’am able to set a rule to have the Lua function called >> for MX requests, but how do I return a response? Spoo

Re: [Pdns-users] Spoof MX records

2018-12-15 Thread bert hubert
On Sat, Dec 15, 2018 at 09:42:21AM +0100, Bit World Computing - Michael Mertel wrote: > Hi Aleksandr, > > I’am somewhat lost, I’am able to set a rule to have the Lua function called > for MX requests, but how do I return a response? Spoof ist just for > A-records, but not for MX. > addLuaAction

Re: [Pdns-users] Multiple masters

2018-12-15 Thread Don Stokes
Hi Brian, Yes, that's exactly what I've done. It does try both masters, eventually, but seems to get stuck on the "missing" one, and (from the log messages) seems to back off from doing anything due to the errors. I'd have expected it to query both masters in quick succession on receipt of a

Re: [Pdns-users] Spoof MX records

2018-12-15 Thread Bit World Computing - Michael Mertel
Hi Aleksandr, I’am somewhat lost, I’am able to set a rule to have the Lua function called for MX requests, but how do I return a response? Spoof ist just for A-records, but not for MX. addLuaAction(QTypeRule(dnsdist.MX), luarule) Do I have to generate an Answer, but how? Is it possible to use