Re: [Pdns-dev] (no subject)

2015-08-26 Thread bert hubert
Hi Burak, I just tested this: addLocal(0.0.0.0:5200) newServer(192.168.1.2) function blockFilter(remote, qname, qtype, dh) dh:setTC(true) dh:setQR(true) return false end And I get this output: $ dig ds9a.nl @127.0.0.1 -p 5200 ;; Truncated, retrying in TCP mode. ;

Re: [Pdns-dev] (no subject)

2015-08-26 Thread Burak Ozalp
It works! Thank you for all. I did when i want finally. Best Regards Burak Ozalp Alinti bert hubert bert.hub...@powerdns.com Hi Burak, I just tested this: addLocal(0.0.0.0:5200) newServer(192.168.1.2) function blockFilter(remote, qname, qtype, dh) dh:setTC(true)