> Are there any hooks in PowerDNS to run scripts after certain API calls
> have been processed?

Not to my knowledge.

If you're using MySQL or PostgreSQL as a back-end data store, using a
few TRIGGERs would probably do the trick. I've done this in MySQL a few
times, and that works rather nicely. Launching external processes from
the database engine is very tricky and should be avoided, but with a bit
of glue it can be done. You may be interested in reading [1].

        -JP

[1] 
http://jpmens.net/2011/08/03/dynamic-dns-updates-from-mysql-with-udf-inotify/

_______________________________________________
Pdns-users mailing list
[email protected]
http://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to