Re: [Pdns-users] Adding library lua functions for lua records

2024-07-30 Thread Michel Otte via Pdns-users
Hi Jason, AFAIK only configuration data can be stored in separate records. You might be able to use the Lua2 backend as an additional backend to achieve what you want, but your question lacks details. Please also see: https://blog.powerdns.com/2016/01/18/open-source-support-out-in-the-open With t

[Pdns-users] Adding library lua functions for lua records

2024-07-29 Thread Jason Tremblett via Pdns-users
Hi all, We are testing some ideas around lua records. We will have a large number of zones that all need to share the same library code. While we could duplicate the code in each zone individually, it will mean reloading every zone to update the code if we ever need to change it. I tried (un