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
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