31 lines
533 B
Plaintext
31 lines
533 B
Plaintext
server:
|
|
listen: [ 0.0.0.0@5353, ::@5353 ]
|
|
|
|
log:
|
|
- target: stderr
|
|
any: debug
|
|
|
|
key:
|
|
- id: dev
|
|
algorithm: hmac-sha256
|
|
secret: mbmz4J3Efm1BUjqe12M1RHsOnPjYhKQe+2iKO4tL+a4=
|
|
|
|
acl:
|
|
- id: example_acl
|
|
key: dev
|
|
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
|