diff options
Diffstat (limited to 'roles')
-rw-r--r-- | roles/dns/templates/nsd.conf.j2 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/roles/dns/templates/nsd.conf.j2 b/roles/dns/templates/nsd.conf.j2 index 9110210..f154796 100644 --- a/roles/dns/templates/nsd.conf.j2 +++ b/roles/dns/templates/nsd.conf.j2 @@ -99,20 +99,6 @@ remote-control: control-cert-file: "/usr/local/etc/nsd/nsd_control.pem" -# Secret keys for TSIGs that secure zone transfers. -# You could include: "secret.keys" and put the "key:" statements there, -# and give that file special access control permissions. -# -key: - # The key name is used to refer to this key in the access control list, - # and must be correct for TSIG to work. - name: "{{ nsd.key_name }}" - - # The base64-encoded shared secret. - # e.g.: dd if=/dev/random bs=32 count=1 | openssl base64 - secret: "{{ nsd.key_secret }}" - - # Patterns have zone configuration that are shared by one or more zones. # pattern: |