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.conf

28 lines
438 B
Plaintext
Executable File

server:
rundir: "/run/knot"
user: "knot:knot"
listen: [ "0.0.0.0@53", "::@53" ]
log:
- target: "/var/log/knot.log"
any: "debug"
database:
storage: "/var/lib/knot"
policy:
- id: "niver"
algorithm: "ed25519"
nsec3: "on"
template:
- id: "niver"
storage: "/var/lib/knot/zones"
file: "%s.zone"
dnssec-signing: "on"
dnssec-policy: "niver"
zone:
- domain: "niv.re."
template: "niver"