diff options
author | 2024-07-23 01:02:36 +0100 | |
---|---|---|
committer | 2024-07-23 01:02:36 +0100 | |
commit | babfd298199eda20358fd627c8733e89f39108ce (patch) | |
tree | 0ae670f7a93cc4a6833de8b9af790267ac55e141 /dns | |
parent | Migrate to wildcard record for lovelace.box.pydis.wtf subdomains (diff) |
Remove meta processor, it will actually only make noise
Diffstat (limited to 'dns')
-rw-r--r-- | dns/production.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dns/production.yaml b/dns/production.yaml index 91e443a..9dc6692 100644 --- a/dns/production.yaml +++ b/dns/production.yaml @@ -4,10 +4,6 @@ manager: html: class: octodns.provider.plan.PlanMarkdown -processors: - meta: - class: octodns.processor.meta.MetaProcessor - providers: zone_config: class: octodns.provider.yaml.YamlProvider |