nomilo/dev-scripts/config/knot.conf

31 lines
533 B
Plaintext
Raw Normal View History

2021-05-02 15:19:32 +00:00
server:
listen: [ 0.0.0.0@5353, ::@5353 ]
log:
- target: stderr
any: debug
2022-04-27 17:42:25 +00:00
key:
- id: dev
algorithm: hmac-sha256
secret: mbmz4J3Efm1BUjqe12M1RHsOnPjYhKQe+2iKO4tL+a4=
2021-05-02 15:19:32 +00:00
acl:
- id: example_acl
2022-04-27 17:42:25 +00:00
key: dev
2021-05-02 15:19:32 +00:00
address: [ 127.0.0.1, ::1]
2021-07-01 18:45:49 +00:00
action: [transfer, update]
2021-05-02 15:19:32 +00:00
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