You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

35 lines
655 B

providers:
config:
class: octodns.provider.yaml.YamlProvider
directory: tests/config
strict_supports: False
dump:
class: octodns.provider.yaml.YamlProvider
directory: env/YAML_TMP_DIR
supports_root_ns: False
strict_supports: False
processors:
only-a-records:
class: octodns.processor.filter.TypeAllowlistFilter
allowlist:
- A
counter:
class: helpers.CountingProcessor
zones:
unit.tests.:
sources:
- config
processors:
- only-a-records
targets:
- dump
bad.unit.tests.:
sources:
- config
processors:
- unknown-processor
targets:
- dump