servnest
/
system
Archived
1
0
Fork 0
This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
system/config/knot/primary.conf

49 lines
1021 B
Plaintext

server:
version: "Knot DNS"
nsid: "Potiron"
rundir: "/run/knot"
user: "knot:knot"
listen: [ "2a01:e0a:15c:2e40:acab:3:3:3@53", "0.0.0.0@53" ]
log:
- target: "/var/log/knot.log"
any: "debug"
database:
storage: "/var/lib/knot"
key:
- id: "potironframboise."
algorithm: "hmac-sha512"
secret: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
remote:
- id: "Framboise"
address: [ "2a0b:cbc0:1103:2::106f@53", "45.13.104.169@53" ]
key: "potironframboise."
acl:
- id: "FramboiseTrans"
address: [ "2a0b:cbc0:1103:2::106f", "45.13.104.169" ]
key: "potironframboise."
action: "transfer"
policy:
- id: "niver"
algorithm: "ed25519"
nsec3: "on"
template:
- id: "niver"
storage: "/var/lib/knot/zones"
file: "%s.zone"
notify: "Framboise"
acl: "FramboiseTrans"
zonefile-load: "difference"
dnssec-signing: "on"
dnssec-policy: "niver"
zone:
- domain: "niv.re."
template: "niver"