Hi Rory, On Mar 22, 2012, at 22:44 , Rory Toma wrote:
> gmysql-basic-query=select content,ttl,prio,type,domain_id,name from > ooma_records \ > where type='%s' and name='%s' and ((expires is NULL) or (expires > > UNIX_TIMESTAMP())) You have custom queries that point PowerDNS to your ooma_records table; this means that putting records in the records table is useless. Put your custom records in the ooma_records table. Kind regards, -- Peter van Dijk Netherlabs Computer Consulting BV - http://www.netherlabs.nl/ _______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
