Re: [Pdns-users] Lua scriping

2012-12-11 Thread Stefan Schmidt
On Tue, Dec 11, 2012 at 11:39 PM, exchanger mailer wrote: > Preresolve() is supported, is it possible to call preresolve for some > requests and then let the recursor to resolve normaly the requests i dont > want to overwrite? Yes that is possible. All incoming queries will get passed to the pre

Re: [Pdns-users] Lua scriping

2012-12-11 Thread exchanger mailer
Preresolve() is supported, is it possible to call preresolve for some requests and then let the recursor to resolve normaly the requests i dont want to overwrite? 2012/12/8 Peter van Dijk > Hello, > > On Dec 8, 2012, at 18:42 , exchanger mailer wrote: > > > I am trying to make lua scriping work,

Re: [Pdns-users] Lua scriping

2012-12-08 Thread Peter van Dijk
Hello, On Dec 8, 2012, at 18:42 , exchanger mailer wrote: > I am trying to make lua scriping work, with pdns recursor. I used the latest > deb package and only the preresolve seems to work > Also, version 3.1.7.2 can't recognize post and preresolve. > No errors detected starting the server. > I

[Pdns-users] Lua scriping

2012-12-08 Thread exchanger mailer
Hello, I am trying to make lua scriping work, with pdns recursor. I used the latest deb package and only the preresolve seems to work Also, version 3.1.7.2 can't recognize post and preresolve. No errors detected starting the server. I want only to run postresolve() do you know a version which sup