18 lines
450 B
YAML
18 lines
450 B
YAML
providers:
|
|
yaml_source:
|
|
class: octodns_bind.ZoneFileSource
|
|
directory: ./zones # where your editable zone YAML lives
|
|
file_extension: .yaml
|
|
|
|
axfr:
|
|
class: octodns_bind.Rfc2136Provider
|
|
# The address of nameserver to perform zone transfer against
|
|
host: localhost
|
|
# The port that the nameserver is listening on. Optional. Default: 53
|
|
|
|
zones:
|
|
home.lab.local.:
|
|
sources:
|
|
- yaml_source
|
|
targets:
|
|
- axfr |