There was a suggestion to try to alter a low TTL using the lua feature. This may be common knowledge but it may help someone else.
The preresolve function takes a request and does something based on some conditional, then returns the result. If the condition isn't met then the query proceeds as normal. When the condition is met then that's the end of the query and some defaults are returned along with anything you want to alter. But no ip address, etc. is returned as a query never happened, preresolve intercepted the query. The real feature needed will be the postresolve feature. Then just ttl can be modified and returned with all the other data. _______________________________________________ Pdns-users mailing list [email protected] http://mailman.powerdns.com/mailman/listinfo/pdns-users
