The DNSSEC Trust Anchors and Negative Trust Anchors must be stored in the Lua Configuration file. See the DNSSEC in the PowerDNS Recursor for all information about DNSSEC in the PowerDNS Recursor. This page only documents the Lua functions for DNSSEC configuration
addDS(name, dscontent)¶Adds a DS record (Trust Anchor) to the configuration
| Parameters: |
|
|---|
addNTA(name[, reason])¶Adds a Negative Trust Anchor for name to the configuration.
Please read Negative Trust Anchors for operational information on NTAs.
| Parameters: |
|
|---|