Files
knot-dns/knot.conf
Wolfgang Hottgenroth 602e265735
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix dockerfile 12
2025-10-24 21:04:30 +02:00

53 lines
1.1 KiB
Plaintext

# Knot DNS Configuration
# Hidden Primary DNS server configuration for my-dnssec-test-domain.de
server:
identity: "Hottis DNS Server"
listen: [ "0.0.0.0@8053", "::@8053" ]
pidfile: "/var/lib/knot/knot.pid"
database:
storage: "/var/lib/knot"
keystore:
- id: default
backend: pem
config: "/var/lib/knot/keys"
policy:
- id: default_policy
algorithm: ECDSAP256SHA256
ksk-lifetime: 365d
zsk-lifetime: 90d
remote:
- id: dns1_nsdns
address: 109.234.111.215@53
- id: dns2_nsdns
address: 109.234.111.216@53
acl:
- id: transfer_acl
address: [ "127.0.0.1", "109.234.111.215", "109.234.111.216" ]
action: transfer
- id: notify_acl
address: [ "127.0.0.1", "109.234.111.215", "109.234.111.216" ]
action: notify
template:
- id: default_template
storage: "/var/lib/knot"
file: "%s.zone"
dnssec-signing: on
dnssec-policy: default_policy
notify: [ dns1_nsdns, dns2_nsdns ]
acl: [ transfer_acl, notify_acl ]
# zone:
# - domain: my-dnssec-test-domain.de
# template: default_template
log:
- target: stderr
any: info