25 lines
418 B
Plaintext
25 lines
418 B
Plaintext
server:
|
|
listen: [ 0.0.0.0@5353, ::@5353 ]
|
|
|
|
log:
|
|
- target: stderr
|
|
any: debug
|
|
|
|
acl:
|
|
- id: example_acl
|
|
address: [ 127.0.0.1, ::1]
|
|
action: [transfer, update]
|
|
|
|
template:
|
|
- id: default
|
|
file: "zones/%s.zone"
|
|
journal-content: all
|
|
zonefile-load: difference-no-serial
|
|
zonefile-sync: -1
|
|
serial-policy: dateserial
|
|
|
|
zone:
|
|
- domain: example.com
|
|
acl: example_acl
|
|
template: default
|