netbox-exporter/config.yml.dist

16 lines
440 B
Text

netbox:
url: 'https://netbox.local'
token: ''
zones:
- type: 'reverse'
name: '192.0.2.0/24'
file: '/path/to/file/db.192.0.2'
template: 'zonefile.jj2'
- type: 'reverse'
name: '2001:db8::/32'
file: '/path/to/file/db'2001:db8'
template: 'zonefile.jj2'
- type: 'forward'
name: 'example.com'
file: '/path/to/file/example.com'
template: 'zonefile.jj2'