diff options
author | 2024-07-23 00:48:56 +0100 | |
---|---|---|
committer | 2024-07-23 00:48:56 +0100 | |
commit | 81451cb125303233a92edb2b14b8283433cab01f (patch) | |
tree | ab984e000f6aecb972eb9ca51f2377177e8d8896 | |
parent | Remove Turing from fail2ban (diff) |
Add meta processor to OctoDNS
-rw-r--r-- | dns/production.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/production.yaml b/dns/production.yaml index 9dc6692..91e443a 100644 --- a/dns/production.yaml +++ b/dns/production.yaml @@ -4,6 +4,10 @@ manager: html: class: octodns.provider.plan.PlanMarkdown +processors: + meta: + class: octodns.processor.meta.MetaProcessor + providers: zone_config: class: octodns.provider.yaml.YamlProvider |