Re: [Pdns-users] PowerDNS + Redis, using PyPdnsRedis

2011-03-18 Thread Jan-Piet Mens
Python pipe-backend for using Redis with PowerDNS Very interesting. Thanks for the heads-up! That's the second NoSQL implementation that I know of. (Wonders if frederik has had luck with MongoDB...) -JP ___ Pdns-users mailing list

Re: [Pdns-users] PowerDNS + Redis, using PyPdnsRedis

2011-03-18 Thread fredrik danerklint
I'm working on it. It's gonna be a pipe backend (in c++) because I couldn't get it to compile as a native backend with the include files from MongoDB at this moment. What I need right now is some data to test with. The readme file in directory regression-tests sad that there should be a file

Re: [Pdns-users] pdns-server, DNS-SD and \032 in record labels

2011-03-18 Thread bert hubert
On Fri, Mar 18, 2011 at 09:33:39PM +, Andy Smith wrote: So it seems to me that there are multiple places here that can't handle \032 in a query name or in a record label. Just changing backend is not going to get this working for me, right? Andy, Can you try to reproduce the issue with

[Pdns-users] Kim

2011-03-18 Thread kim Doff
Hello, I am new with PowerDNS I have PowerDNS With MySQL Backend And Poweradmin on Master. Master/Slave have MySQL Database Replication With SSL Encryption. I allow only localhost recursion. allow-recursion=127.0.0.1/8 1. Do I need to configure TSIG and DNSSEC? 2. How can I Prevent DDoS

[Pdns-users] TSIG and DNSSEC

2011-03-18 Thread kim Doff
Hello, I am new with PowerDNS I have PowerDNS With MySQL Backend And Poweradmin on Master. Master/Slave have MySQL Database Replication With SSL Encryption. I allow only localhost recursion. allow-recursion=127.0.0.1/8 1. Do I need to configure TSIG and DNSSEC? 2. How can I Prevent DDoS

Re: [Pdns-users] pdns-server, DNS-SD and \032 in record labels

2011-03-18 Thread Andy Smith
Hi Bert, Thanks for getting back to me so quickly. On Fri, Mar 18, 2011 at 10:36:57PM +0100, bert hubert wrote: On Fri, Mar 18, 2011 at 09:33:39PM +, Andy Smith wrote: So it seems to me that there are multiple places here that can't handle \032 in a query name or in a record label. Just