Re: [Pdns-users] lazy-recursion

2010-03-04 Thread Leen Besselink
(First of all: I'm not a PowerDNS-developer, so I might be wrong) On 03/04/2010 10:01 AM, Liong Kok Foo wrote: Hmm...I read the docs on recursion again (which I already read a few times) and someone this time I got it. I added google's dns server 8.8.8.8 into the recursor and now external rec

Re: [Pdns-users] lazy-recursion

2010-03-04 Thread Liong Kok Foo
Hmm...I read the docs on recursion again (which I already read a few times) and someone this time I got it. I added google's dns server 8.8.8.8 into the recursor and now external recursion works. There must be a reason why this is off by default. Potential security issues? If this method w

Re: [Pdns-users] lazy-recursion

2010-03-04 Thread none
Basically it checks local data first before recursing to external nameserver, and you should turn this off. About turning lazy-recursion off doesn't lower amount av log enterys, actually it doesn't have any effect at all. You can read the docs here http://doc.powerdns.com/recursion.html -