Update documentation
This commit is contained in:
parent
a9be647f84
commit
6e3674e4ff
5 changed files with 12 additions and 6 deletions
|
@ -10,9 +10,13 @@ knot_zone_example.org:
|
|||
- ns3.example.org
|
||||
updaters:
|
||||
- foo.example.org
|
||||
parents:
|
||||
- a.gtld-servers.net
|
||||
|
||||
# Replace example.org. with your zone name
|
||||
name: example.org.
|
||||
# Enable automatic KSK rollover once a year
|
||||
ksk_lifetime: 365d
|
||||
|
||||
# Configure the SOA record to your liking
|
||||
soa:
|
||||
|
|
5
docs/host_vars/a.gtld-servers.net/knot.yml
Normal file
5
docs/host_vars/a.gtld-servers.net/knot.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
|
||||
knot_dns_addresses:
|
||||
- "2001:503:a83e::2:30"
|
||||
- "192.5.6.30"
|
|
@ -19,6 +19,3 @@ knot_tsig_key:
|
|||
secret: pZxgYlANxwWscfrZz4sdi6mQUlWFWlhUO/y7wjSJ6qdcXXGTaAxtwlaHWYYhJfTN
|
||||
|
||||
# Change other host specific options here
|
||||
|
||||
# knot 2.7 in Debian stable doesn't know double-ds yet
|
||||
knot_dnssec_policy_cds_publish: always
|
||||
|
|
|
@ -18,6 +18,3 @@ knot_tsig_key:
|
|||
algorithm: hmac-sha384
|
||||
secret: poAeCzXByHLuuHjDfLceKmlUWFD+08p8QfV0ikXMBn0qTSJEXnBaDUupaG8aRS8M
|
||||
# Change other host specific options here
|
||||
|
||||
# knot 2.7 in Debian stable doesn't know double-ds yet
|
||||
knot_dnssec_policy_cds_publish: always
|
||||
|
|
|
@ -11,3 +11,6 @@ ns2.example.org
|
|||
ns3.example.org
|
||||
# TSIG update clients, also dummy host only
|
||||
foo.example.org
|
||||
# Parents nameservers to check for publication of DS records upon KSK
|
||||
# rollover
|
||||
a.gtld-servers.net
|
||||
|
|
Loading…
Reference in a new issue