On 09/01/2012 11:11, Peter van Dijk wrote:
Hello,

Could you possibly access "your" data by any other means than DNS
(like database or something)? If so, couldn't you just write a plugin
that checks your backend for the record and otherwise just return to
normal lookup mode?
There is no easy way to hook this into the recursor; what you could do, 
however, is to arrange this idea within a PowerDNS auth backend (luabackend, 
pipebackend come to mind). Once such a backend script has been written, this 
setup could be as simple as 'launch=gmysql,pipe' (or gmysql,lua) where gmysql 
provides all your local changes, and lua or pipe fetch anything else from your 
upstream server.

Kind regards,
Peter van Dijk
_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users

I guess what's really needed here is really a DNS backend to the auth server, but the use-cases for such a thing are very limited.
_______________________________________________
Pdns-users mailing list
Pdns-users@mailman.powerdns.com
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to