Unable to convert parameter from table when using failOnIncompleteCheck #16969
-
|
Hi all, Since PowerDNS Auth 5.0.0-alpha1 it has been possible[1] to use The Lua record looks as follows: I have also tried putting true in quotes and adding the Does anyone know what the record should look like? Or am I running into a bug here? Without Environment:
Thanks! [1] https://doc.powerdns.com/authoritative/changelog/5.0.html#change-5.0.0-alpha1 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
It works for me using |
Beta Was this translation helpful? Give feedback.
-
|
The documentation correctly states that I will add a mention that |
Beta Was this translation helpful? Give feedback.
The documentation correctly states that
failOnIncompleteCheckwill causeSERVFAILif none of the addresses have completed their health check yet. Once the health checks have completed, their results and the value ofbackupSelectorare used to decide what to return.I will add a mention that
emptyis only available from 5.1 onwards.